#0B1BAD

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

Shades of International Klein Blue #0B1BAD

Tints of International Klein Blue #0B1BAD

Color information

#0B1BAD (or 0x0B1BAD) is unknown color: approx International Klein Blue. HEX triplet: 0B, 1B and AD. RGB value is (11,27,173). Sum of RGB (Red+Green+Blue) = 11+27+173=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B1BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1BAD is #F4E452. Grayscale: #262626. Windows color (decimal): -16049235 or 11344651. OLE color: 11344651.

HSL color Cylindrical-coordinate representation of color #0B1BAD: hue angle of 234.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1BAD is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1127173-
CMYK0.940.8400.32
HSL234.07º88.04%36.08%-
HSV(B)234.07º93.64%67.84%-
XYZ8.073.8739.86-
YUV38.86203.7108.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 173 (67.97% from 255) = 81.99%
R=5.21%
G=12.80%
B=81.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11271730.940.8400.32234.0788.0436.08
HexB1BAD5E54020ea5824
Octal133325513612404035213044
Binary10111101110101101101111010101000100000111010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,173); }

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

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

 a { background-color: rgb(11,27,173); }

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

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

 span { border-color: rgb(11,27,173); }

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