Html Css Color HEX #023AAF International Klein Blue
📋 copy color: '#023AAF'red 2 ◦ green 58 ◦ blue 175
Shades of International Klein Blue #023AAF
Tints of International Klein Blue #023AAF
RGB
CMYK
RGB Variations
Color information
#023AAF (or 0x023AAF) is known color: International Klein Blue. HEX triplet: 02, 3A and AF. RGB value is (2,58,175). Sum of RGB (Red+Green+Blue) = 2+58+175=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #023AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023AAF is #FDC550. Grayscale: #363636. Windows color (decimal): -16631121 or 11483650. OLE color: 11483650.
HSL color Cylindrical-coordinate representation of color #023AAF: hue angle of 220.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023AAF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 58 | 175 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.31 |
| HSL | 220.58º | 0.98% | 0.35% | - |
| HSV(B) | 220.58º | 0.99% | 0.69% | - |
| XYZ | 9.28 | 6.13 | 41.25 | - |
| YUV | 54.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 175 | 0.99 | 0.67 | 0 | 0.31 | 220.58 | 0.98 | 0.35 |
| Hex | 2 | 3A | AF | 63 | 43 | 0 | 1F | DD | 62 | 23 |
| Octal | 2 | 72 | 257 | 143 | 103 | 0 | 37 | 335 | 142 | 43 |
| Binary | 10 | 111010 | 10101111 | 1100011 | 1000011 | 0 | 11111 | 11011101 | 1100010 | 100011 |
Color Harmonies of #023AAF
Complementary color
Monochromatic Colors of #023AAF
Black with #023AAF
Text Example
Text Example
White with #023AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023AAF; }
p { color: rgb(2,58,175); }
H1.HeaderClassName
{
color: #023AAF;
}
.AnyTagClassName
{
color: #023AAF;
}
</style>
background-color css
<style>
a { background-color: #023AAF; }
a { background-color: rgb(2,58,175); }
div.DivClassName
{
background-color: #023AAF;
}
.BgClassName
{
background-color: #023AAF;
}
</style>
border-color css
<style>
span { border-color: #023AAF; }
span { border-color: rgb(2,58,175); }
td.TdClassName
{
border-color: #023AAF;
}
.TagClassName
{
border-color: #023AAF;
}
</style>