Html Css Color HEX #0B1CAC International Klein Blue
📋 copy color: '#0B1CAC'red 11 ◦ green 28 ◦ blue 172
Shades of International Klein Blue #0B1CAC
Tints of International Klein Blue #0B1CAC
RGB
CMYK
RGB Variations
Color information
#0B1CAC (or 0x0B1CAC) is known color: International Klein Blue. HEX triplet: 0B, 1C and AC. RGB value is (11,28,172). Sum of RGB (Red+Green+Blue) = 11+28+172=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B1CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1CAC is #F4E353. Grayscale: #262626. Windows color (decimal): -16048980 or 11279371. OLE color: 11279371.
HSL color Cylindrical-coordinate representation of color #0B1CAC: hue angle of 233.66º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1CAC is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 28 | 172 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.33 |
| HSL | 233.66º | 0.88% | 0.36% | - |
| HSV(B) | 233.66º | 0.94% | 0.67% | - |
| XYZ | 8 | 3.88 | 39.36 | - |
| YUV | 39.33 | 202.87 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 172 | 0.94 | 0.84 | 0 | 0.33 | 233.66 | 0.88 | 0.36 |
| Hex | B | 1C | AC | 5E | 54 | 0 | 21 | EA | 58 | 24 |
| Octal | 13 | 34 | 254 | 136 | 124 | 0 | 41 | 352 | 130 | 44 |
| Binary | 1011 | 11100 | 10101100 | 1011110 | 1010100 | 0 | 100001 | 11101010 | 1011000 | 100100 |
Color Harmonies of #0B1CAC
Complementary color
Monochromatic Colors of #0B1CAC
Black with #0B1CAC
Text Example
Text Example
White with #0B1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1CAC; }
p { color: rgb(11,28,172); }
H1.HeaderClassName
{
color: #0B1CAC;
}
.AnyTagClassName
{
color: #0B1CAC;
}
</style>
background-color css
<style>
a { background-color: #0B1CAC; }
a { background-color: rgb(11,28,172); }
div.DivClassName
{
background-color: #0B1CAC;
}
.BgClassName
{
background-color: #0B1CAC;
}
</style>
border-color css
<style>
span { border-color: #0B1CAC; }
span { border-color: rgb(11,28,172); }
td.TdClassName
{
border-color: #0B1CAC;
}
.TagClassName
{
border-color: #0B1CAC;
}
</style>