Html Css Color HEX #012BB8 International Klein Blue
📋 copy color: '#012BB8'red 1 ◦ green 43 ◦ blue 184
Shades of International Klein Blue #012BB8
Tints of International Klein Blue #012BB8
RGB
CMYK
RGB Variations
Color information
#012BB8 (or 0x012BB8) is known color: International Klein Blue. HEX triplet: 01, 2B and B8. RGB value is (1,43,184). Sum of RGB (Red+Green+Blue) = 1+43+184=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 184 (72.27% from 255 or 80.70% from 228); Max value from RGB is 184 - color contains mainly: blue. Hex color #012BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BB8 is #FED447. Grayscale: #2D2D2D. Windows color (decimal): -16700488 or 12069633. OLE color: 12069633.
HSL color Cylindrical-coordinate representation of color #012BB8: hue angle of 226.23º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012BB8 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 43 | 184 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.28 |
| HSL | 226.23º | 0.99% | 0.36% | - |
| HSV(B) | 226.23º | 0.99% | 0.72% | - |
| XYZ | 9.53 | 5.19 | 45.85 | - |
| YUV | 46.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 184 | 0.99 | 0.77 | 0 | 0.28 | 226.23 | 0.99 | 0.36 |
| Hex | 1 | 2B | B8 | 63 | 4D | 0 | 1C | E2 | 63 | 24 |
| Octal | 1 | 53 | 270 | 143 | 115 | 0 | 34 | 342 | 143 | 44 |
| Binary | 1 | 101011 | 10111000 | 1100011 | 1001101 | 0 | 11100 | 11100010 | 1100011 | 100100 |
Color Harmonies of #012BB8
Complementary color
Monochromatic Colors of #012BB8
Black with #012BB8
Text Example
Text Example
White with #012BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BB8; }
p { color: rgb(1,43,184); }
H1.HeaderClassName
{
color: #012BB8;
}
.AnyTagClassName
{
color: #012BB8;
}
</style>
background-color css
<style>
a { background-color: #012BB8; }
a { background-color: rgb(1,43,184); }
div.DivClassName
{
background-color: #012BB8;
}
.BgClassName
{
background-color: #012BB8;
}
</style>
border-color css
<style>
span { border-color: #012BB8; }
span { border-color: rgb(1,43,184); }
td.TdClassName
{
border-color: #012BB8;
}
.TagClassName
{
border-color: #012BB8;
}
</style>