Html Css Color HEX #051C9A International Klein Blue
📋 copy color: '#051C9A'red 5 ◦ green 28 ◦ blue 154
Shades of International Klein Blue #051C9A
Tints of International Klein Blue #051C9A
RGB
CMYK
RGB Variations
Color information
#051C9A (or 0x051C9A) is known color: International Klein Blue. HEX triplet: 05, 1C and 9A. RGB value is (5,28,154). Sum of RGB (Red+Green+Blue) = 5+28+154=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #051C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C9A is #FAE365. Grayscale: #222222. Windows color (decimal): -16442214 or 10099717. OLE color: 10099717.
HSL color Cylindrical-coordinate representation of color #051C9A: hue angle of 230.74º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051C9A is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 28 | 154 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.40 |
| HSL | 230.74º | 0.94% | 0.31% | - |
| HSV(B) | 230.74º | 0.97% | 0.6% | - |
| XYZ | 6.31 | 3.2 | 30.86 | - |
| YUV | 35.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 154 | 0.97 | 0.82 | 0 | 0.40 | 230.74 | 0.94 | 0.31 |
| Hex | 5 | 1C | 9A | 61 | 52 | 0 | 28 | E7 | 5E | 1F |
| Octal | 5 | 34 | 232 | 141 | 122 | 0 | 50 | 347 | 136 | 37 |
| Binary | 101 | 11100 | 10011010 | 1100001 | 1010010 | 0 | 101000 | 11100111 | 1011110 | 11111 |
Color Harmonies of #051C9A
Complementary color
Monochromatic Colors of #051C9A
Black with #051C9A
Text Example
Text Example
White with #051C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C9A; }
p { color: rgb(5,28,154); }
H1.HeaderClassName
{
color: #051C9A;
}
.AnyTagClassName
{
color: #051C9A;
}
</style>
background-color css
<style>
a { background-color: #051C9A; }
a { background-color: rgb(5,28,154); }
div.DivClassName
{
background-color: #051C9A;
}
.BgClassName
{
background-color: #051C9A;
}
</style>
border-color css
<style>
span { border-color: #051C9A; }
span { border-color: rgb(5,28,154); }
td.TdClassName
{
border-color: #051C9A;
}
.TagClassName
{
border-color: #051C9A;
}
</style>