#0B1CB6

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

Shades of International Klein Blue #0B1CB6

Tints of International Klein Blue #0B1CB6

Color information

#0B1CB6 (or 0x0B1CB6) is unknown color: approx International Klein Blue. HEX triplet: 0B, 1C and B6. RGB value is (11,28,182). Sum of RGB (Red+Green+Blue) = 11+28+182=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 182 (71.48% from 255 or 82.35% from 221); Max value from RGB is 182 - color contains mainly: blue. Hex color #0B1CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1CB6 is #F4E349. Grayscale: #272727. Windows color (decimal): -16048970 or 11934731. OLE color: 11934731.

HSL color Cylindrical-coordinate representation of color #0B1CB6: hue angle of 234.04º 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 #0B1CB6 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1128182-
CMYK0.940.8500.29
HSL234.04º88.6%37.84%-
HSV(B)234.04º93.96%71.37%-
XYZ94.2844.61-
YUV40.47207.87106.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 182 (71.48% from 255) = 82.35%
R=4.98%
G=12.67%
B=82.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11281820.940.8500.29234.0488.637.84
HexB1CB65E5501Dea5926
Octal133426613612503535213146
Binary1011111001011011010111101010101011101111010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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