Html Css Color HEX #012FB3 International Klein Blue
📋 copy color: '#012FB3'red 1 ◦ green 47 ◦ blue 179
Shades of International Klein Blue #012FB3
Tints of International Klein Blue #012FB3
RGB
CMYK
RGB Variations
Color information
#012FB3 (or 0x012FB3) is known color: International Klein Blue. HEX triplet: 01, 2F and B3. RGB value is (1,47,179). Sum of RGB (Red+Green+Blue) = 1+47+179=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 179 (70.31% from 255 or 78.85% from 227); Max value from RGB is 179 - color contains mainly: blue. Hex color #012FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FB3 is #FED04C. Grayscale: #2F2F2F. Windows color (decimal): -16699469 or 11742977. OLE color: 11742977.
HSL color Cylindrical-coordinate representation of color #012FB3: hue angle of 224.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012FB3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 47 | 179 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.30 |
| HSL | 224.49º | 0.99% | 0.35% | - |
| HSV(B) | 224.49º | 0.99% | 0.7% | - |
| XYZ | 9.17 | 5.29 | 43.19 | - |
| YUV | 48.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 179 | 0.99 | 0.74 | 0 | 0.30 | 224.49 | 0.99 | 0.35 |
| Hex | 1 | 2F | B3 | 63 | 4A | 0 | 1E | E0 | 63 | 23 |
| Octal | 1 | 57 | 263 | 143 | 112 | 0 | 36 | 340 | 143 | 43 |
| Binary | 1 | 101111 | 10110011 | 1100011 | 1001010 | 0 | 11110 | 11100000 | 1100011 | 100011 |
Color Harmonies of #012FB3
Complementary color
Monochromatic Colors of #012FB3
Black with #012FB3
Text Example
Text Example
White with #012FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FB3; }
p { color: rgb(1,47,179); }
H1.HeaderClassName
{
color: #012FB3;
}
.AnyTagClassName
{
color: #012FB3;
}
</style>
background-color css
<style>
a { background-color: #012FB3; }
a { background-color: rgb(1,47,179); }
div.DivClassName
{
background-color: #012FB3;
}
.BgClassName
{
background-color: #012FB3;
}
</style>
border-color css
<style>
span { border-color: #012FB3; }
span { border-color: rgb(1,47,179); }
td.TdClassName
{
border-color: #012FB3;
}
.TagClassName
{
border-color: #012FB3;
}
</style>