#0130B9

Color #0130B9 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0130B9

Tints of International Klein Blue #0130B9

Color information

#0130B9 (or 0x0130B9) is unknown color: approx International Klein Blue. HEX triplet: 01, 30 and B9. RGB value is (1,48,185). Sum of RGB (Red+Green+Blue) = 1+48+185=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #0130B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0130B9 is #FECF46. Grayscale: #303030. Windows color (decimal): -16699207 or 12136449. OLE color: 12136449.

HSL color Cylindrical-coordinate representation of color #0130B9: hue angle of 224.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0130B9 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148185-
CMYK0.990.7400.27
HSL224.67º98.92%36.47%-
HSV(B)224.67º99.46%72.55%-
XYZ9.835.6246.47-
YUV49.56204.4393.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 185 (72.66% from 255) = 79.06%
R=0.43%
G=20.51%
B=79.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481850.990.7400.27224.6798.9236.47
Hex130B9634A01Be16324
Octal16027114311203334114344
Binary11100001011100111000111001010011011111000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0130B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0130B9; }

 p { color: rgb(1,48,185); }

 H1.HeaderClassName
 {
   color: #0130B9;
 }
 .AnyTagClassName
 {
   color: #0130B9;
 }
</style>
background-color css

<style>
 a { background-color: #0130B9; }

 a { background-color: rgb(1,48,185); }

 div.DivClassName
 {
   background-color: #0130B9;
 }
 .BgClassName
 {
   background-color: #0130B9;
 }
</style>
border-color css

<style>
 span { border-color: #0130B9; }

 span { border-color: rgb(1,48,185); }

 td.TdClassName
 {
   border-color: #0130B9;
 }
 .TagClassName
 {
   border-color: #0130B9;
 }
</style>