Html Css Color HEX #051CA8 International Klein Blue
📋 copy color: '#051CA8'red 5 ◦ green 28 ◦ blue 168
Shades of International Klein Blue #051CA8
Tints of International Klein Blue #051CA8
RGB
CMYK
RGB Variations
Color information
#051CA8 (or 0x051CA8) is known color: International Klein Blue. HEX triplet: 05, 1C and A8. RGB value is (5,28,168). Sum of RGB (Red+Green+Blue) = 5+28+168=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 168 (66.02% from 255 or 83.58% from 201); Max value from RGB is 168 - color contains mainly: blue. Hex color #051CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CA8 is #FAE357. Grayscale: #242424. Windows color (decimal): -16442200 or 11017221. OLE color: 11017221.
HSL color Cylindrical-coordinate representation of color #051CA8: hue angle of 231.53º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CA8 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 28 | 168 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.34 |
| HSL | 231.53º | 0.94% | 0.34% | - |
| HSV(B) | 231.53º | 0.97% | 0.66% | - |
| XYZ | 7.55 | 3.69 | 37.36 | - |
| YUV | 37.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 168 | 0.97 | 0.83 | 0 | 0.34 | 231.53 | 0.94 | 0.34 |
| Hex | 5 | 1C | A8 | 61 | 53 | 0 | 22 | E8 | 5E | 22 |
| Octal | 5 | 34 | 250 | 141 | 123 | 0 | 42 | 350 | 136 | 42 |
| Binary | 101 | 11100 | 10101000 | 1100001 | 1010011 | 0 | 100010 | 11101000 | 1011110 | 100010 |
Color Harmonies of #051CA8
Complementary color
Monochromatic Colors of #051CA8
Black with #051CA8
Text Example
Text Example
White with #051CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CA8; }
p { color: rgb(5,28,168); }
H1.HeaderClassName
{
color: #051CA8;
}
.AnyTagClassName
{
color: #051CA8;
}
</style>
background-color css
<style>
a { background-color: #051CA8; }
a { background-color: rgb(5,28,168); }
div.DivClassName
{
background-color: #051CA8;
}
.BgClassName
{
background-color: #051CA8;
}
</style>
border-color css
<style>
span { border-color: #051CA8; }
span { border-color: rgb(5,28,168); }
td.TdClassName
{
border-color: #051CA8;
}
.TagClassName
{
border-color: #051CA8;
}
</style>