Html Css Color HEX #023BAB International Klein Blue
📋 copy color: '#023BAB'red 2 ◦ green 59 ◦ blue 171
Shades of International Klein Blue #023BAB
Tints of International Klein Blue #023BAB
RGB
CMYK
RGB Variations
Color information
#023BAB (or 0x023BAB) is known color: International Klein Blue. HEX triplet: 02, 3B and AB. RGB value is (2,59,171). Sum of RGB (Red+Green+Blue) = 2+59+171=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #023BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BAB is #FDC454. Grayscale: #363636. Windows color (decimal): -16630869 or 11221762. OLE color: 11221762.
HSL color Cylindrical-coordinate representation of color #023BAB: hue angle of 219.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BAB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 59 | 171 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.33 |
| HSL | 219.76º | 0.98% | 0.34% | - |
| HSV(B) | 219.76º | 0.99% | 0.67% | - |
| XYZ | 8.94 | 6.08 | 39.23 | - |
| YUV | 54.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 171 | 0.99 | 0.65 | 0 | 0.33 | 219.76 | 0.98 | 0.34 |
| Hex | 2 | 3B | AB | 63 | 41 | 0 | 21 | DC | 62 | 22 |
| Octal | 2 | 73 | 253 | 143 | 101 | 0 | 41 | 334 | 142 | 42 |
| Binary | 10 | 111011 | 10101011 | 1100011 | 1000001 | 0 | 100001 | 11011100 | 1100010 | 100010 |
Color Harmonies of #023BAB
Complementary color
Monochromatic Colors of #023BAB
Black with #023BAB
Text Example
Text Example
White with #023BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BAB; }
p { color: rgb(2,59,171); }
H1.HeaderClassName
{
color: #023BAB;
}
.AnyTagClassName
{
color: #023BAB;
}
</style>
background-color css
<style>
a { background-color: #023BAB; }
a { background-color: rgb(2,59,171); }
div.DivClassName
{
background-color: #023BAB;
}
.BgClassName
{
background-color: #023BAB;
}
</style>
border-color css
<style>
span { border-color: #023BAB; }
span { border-color: rgb(2,59,171); }
td.TdClassName
{
border-color: #023BAB;
}
.TagClassName
{
border-color: #023BAB;
}
</style>