Html Css Color HEX #023AAB International Klein Blue
📋 copy color: '#023AAB'red 2 ◦ green 58 ◦ blue 171
Shades of International Klein Blue #023AAB
Tints of International Klein Blue #023AAB
RGB
CMYK
RGB Variations
Color information
#023AAB (or 0x023AAB) is known color: International Klein Blue. HEX triplet: 02, 3A and AB. RGB value is (2,58,171). Sum of RGB (Red+Green+Blue) = 2+58+171=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #023AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023AAB is #FDC554. Grayscale: #353535. Windows color (decimal): -16631125 or 11221506. OLE color: 11221506.
HSL color Cylindrical-coordinate representation of color #023AAB: hue angle of 220.12º 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 #023AAB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 58 | 171 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.33 |
| HSL | 220.12º | 0.98% | 0.34% | - |
| HSV(B) | 220.12º | 0.99% | 0.67% | - |
| XYZ | 8.89 | 5.98 | 39.21 | - |
| YUV | 54.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 171 | 0.99 | 0.66 | 0 | 0.33 | 220.12 | 0.98 | 0.34 |
| Hex | 2 | 3A | AB | 63 | 42 | 0 | 21 | DC | 62 | 22 |
| Octal | 2 | 72 | 253 | 143 | 102 | 0 | 41 | 334 | 142 | 42 |
| Binary | 10 | 111010 | 10101011 | 1100011 | 1000010 | 0 | 100001 | 11011100 | 1100010 | 100010 |
Color Harmonies of #023AAB
Complementary color
Monochromatic Colors of #023AAB
Black with #023AAB
Text Example
Text Example
White with #023AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023AAB; }
p { color: rgb(2,58,171); }
H1.HeaderClassName
{
color: #023AAB;
}
.AnyTagClassName
{
color: #023AAB;
}
</style>
background-color css
<style>
a { background-color: #023AAB; }
a { background-color: rgb(2,58,171); }
div.DivClassName
{
background-color: #023AAB;
}
.BgClassName
{
background-color: #023AAB;
}
</style>
border-color css
<style>
span { border-color: #023AAB; }
span { border-color: rgb(2,58,171); }
td.TdClassName
{
border-color: #023AAB;
}
.TagClassName
{
border-color: #023AAB;
}
</style>