Html Css Color HEX #003AAF International Klein Blue
📋 copy color: '#003AAF'red 0 ◦ green 58 ◦ blue 175
Shades of International Klein Blue #003AAF
Tints of International Klein Blue #003AAF
RGB
CMYK
RGB Variations
Color information
#003AAF (or 0x003AAF) is known color: International Klein Blue. HEX triplet: 00, 3A and AF. RGB value is (0,58,175). Sum of RGB (Red+Green+Blue) = 0+58+175=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #003AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAF is #FFC550. Grayscale: #353535. Windows color (decimal): -16762193 or 11483648. OLE color: 11483648.
HSL color Cylindrical-coordinate representation of color #003AAF: hue angle of 220.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AAF is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 58 | 175 | - |
| CMYK | 1 | 0.67 | 0 | 0.31 |
| HSL | 220.11º | 1% | 0.34% | - |
| HSV(B) | 220.11º | 1% | 0.69% | - |
| XYZ | 9.25 | 6.12 | 41.25 | - |
| YUV | 54 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 175 | 1 | 0.67 | 0 | 0.31 | 220.11 | 1 | 0.34 |
| Hex | 0 | 3A | AF | 64 | 43 | 0 | 1F | DC | 64 | 22 |
| Octal | 0 | 72 | 257 | 144 | 103 | 0 | 37 | 334 | 144 | 42 |
| Binary | 0 | 111010 | 10101111 | 1100100 | 1000011 | 0 | 11111 | 11011100 | 1100100 | 100010 |
Color Harmonies of #003AAF
Complementary color
Monochromatic Colors of #003AAF
Black with #003AAF
Text Example
Text Example
White with #003AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AAF; }
p { color: rgb(0,58,175); }
H1.HeaderClassName
{
color: #003AAF;
}
.AnyTagClassName
{
color: #003AAF;
}
</style>
background-color css
<style>
a { background-color: #003AAF; }
a { background-color: rgb(0,58,175); }
div.DivClassName
{
background-color: #003AAF;
}
.BgClassName
{
background-color: #003AAF;
}
</style>
border-color css
<style>
span { border-color: #003AAF; }
span { border-color: rgb(0,58,175); }
td.TdClassName
{
border-color: #003AAF;
}
.TagClassName
{
border-color: #003AAF;
}
</style>