Html Css Color HEX #003AAB International Klein Blue
📋 copy color: '#003AAB'red 0 ◦ green 58 ◦ blue 171
Shades of International Klein Blue #003AAB
Tints of International Klein Blue #003AAB
RGB
CMYK
RGB Variations
Color information
#003AAB (or 0x003AAB) is known color: International Klein Blue. HEX triplet: 00, 3A and AB. RGB value is (0,58,171). Sum of RGB (Red+Green+Blue) = 0+58+171=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #003AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAB is #FFC554. Grayscale: #353535. Windows color (decimal): -16762197 or 11221504. OLE color: 11221504.
HSL color Cylindrical-coordinate representation of color #003AAB: hue angle of 219.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AAB is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 58 | 171 | - |
| CMYK | 1 | 0.66 | 0 | 0.33 |
| HSL | 219.65º | 1% | 0.34% | - |
| HSV(B) | 219.65º | 1% | 0.67% | - |
| XYZ | 8.86 | 5.97 | 39.21 | - |
| YUV | 53.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 171 | 1 | 0.66 | 0 | 0.33 | 219.65 | 1 | 0.34 |
| Hex | 0 | 3A | AB | 64 | 42 | 0 | 21 | DC | 64 | 22 |
| Octal | 0 | 72 | 253 | 144 | 102 | 0 | 41 | 334 | 144 | 42 |
| Binary | 0 | 111010 | 10101011 | 1100100 | 1000010 | 0 | 100001 | 11011100 | 1100100 | 100010 |
Color Harmonies of #003AAB
Complementary color
Monochromatic Colors of #003AAB
Black with #003AAB
Text Example
Text Example
White with #003AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AAB; }
p { color: rgb(0,58,171); }
H1.HeaderClassName
{
color: #003AAB;
}
.AnyTagClassName
{
color: #003AAB;
}
</style>
background-color css
<style>
a { background-color: #003AAB; }
a { background-color: rgb(0,58,171); }
div.DivClassName
{
background-color: #003AAB;
}
.BgClassName
{
background-color: #003AAB;
}
</style>
border-color css
<style>
span { border-color: #003AAB; }
span { border-color: rgb(0,58,171); }
td.TdClassName
{
border-color: #003AAB;
}
.TagClassName
{
border-color: #003AAB;
}
</style>