Html Css Color HEX #012FAB International Klein Blue
📋 copy color: '#012FAB'red 1 ◦ green 47 ◦ blue 171
Shades of International Klein Blue #012FAB
Tints of International Klein Blue #012FAB
RGB
CMYK
RGB Variations
Color information
#012FAB (or 0x012FAB) is known color: International Klein Blue. HEX triplet: 01, 2F and AB. RGB value is (1,47,171). Sum of RGB (Red+Green+Blue) = 1+47+171=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #012FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FAB is #FED054. Grayscale: #2E2E2E. Windows color (decimal): -16699477 or 11218689. OLE color: 11218689.
HSL color Cylindrical-coordinate representation of color #012FAB: hue angle of 223.76º degrees, saturation: 0.99, 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 #012FAB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 1 | 47 | 171 | - |
CMYK | 0.99 | 0.73 | 0 | 0.33 |
HSL | 223.76º | 0.99% | 0.34% | - |
HSV(B) | 223.76º | 0.99% | 0.67% | - |
XYZ | 8.38 | 4.98 | 39.05 | - |
YUV | 47.38 | 197.76 | 94.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 47 | 171 | 0.99 | 0.73 | 0 | 0.33 | 223.76 | 0.99 | 0.34 |
Hex | 1 | 2F | AB | 63 | 49 | 0 | 21 | E0 | 63 | 22 |
Octal | 1 | 57 | 253 | 143 | 111 | 0 | 41 | 340 | 143 | 42 |
Binary | 1 | 101111 | 10101011 | 1100011 | 1001001 | 0 | 100001 | 11100000 | 1100011 | 100010 |
Color Harmonies of #012FAB
Complementary color
Monochromatic Colors of #012FAB
Black with #012FAB
Text Example
Text Example
White with #012FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FAB; }
p { color: rgb(1,47,171); }
H1.HeaderClassName
{
color: #012FAB;
}
.AnyTagClassName
{
color: #012FAB;
}
</style>
background-color css
<style>
a { background-color: #012FAB; }
a { background-color: rgb(1,47,171); }
div.DivClassName
{
background-color: #012FAB;
}
.BgClassName
{
background-color: #012FAB;
}
</style>
border-color css
<style>
span { border-color: #012FAB; }
span { border-color: rgb(1,47,171); }
td.TdClassName
{
border-color: #012FAB;
}
.TagClassName
{
border-color: #012FAB;
}
</style>