#0B1AB6

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

Shades of International Klein Blue #0B1AB6

Tints of International Klein Blue #0B1AB6

Color information

#0B1AB6 (or 0x0B1AB6) is unknown color: approx International Klein Blue. HEX triplet: 0B, 1A and B6. RGB value is (11,26,182). Sum of RGB (Red+Green+Blue) = 11+26+182=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 182 (71.48% from 255 or 83.11% from 219); Max value from RGB is 182 - color contains mainly: blue. Hex color #0B1AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1AB6 is #F4E549. Grayscale: #262626. Windows color (decimal): -16049482 or 11934219. OLE color: 11934219.

HSL color Cylindrical-coordinate representation of color #0B1AB6: hue angle of 234.74º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1AB6 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1126182-
CMYK0.940.8600.29
HSL234.74º88.6%37.84%-
HSV(B)234.74º93.96%71.37%-
XYZ8.954.1944.59-
YUV39.3208.53107.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 182 (71.48% from 255) = 83.11%
R=5.02%
G=11.87%
B=83.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11261820.940.8600.29234.7488.637.84
HexB1AB65E5601Deb5926
Octal133226613612603535313146
Binary1011110101011011010111101010110011101111010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1AB6; }

 p { color: rgb(11,26,182); }

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

<style>
 a { background-color: #0B1AB6; }

 a { background-color: rgb(11,26,182); }

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

<style>
 span { border-color: #0B1AB6; }

 span { border-color: rgb(11,26,182); }

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