Html Css Color HEX #051EBD International Klein Blue
📋 copy color: '#051EBD'red 5 ◦ green 30 ◦ blue 189
Shades of International Klein Blue #051EBD
Tints of International Klein Blue #051EBD
RGB
CMYK
RGB Variations
Color information
#051EBD (or 0x051EBD) is known color: International Klein Blue. HEX triplet: 05, 1E and BD. RGB value is (5,30,189). Sum of RGB (Red+Green+Blue) = 5+30+189=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 189 (74.22% from 255 or 84.38% from 224); Max value from RGB is 189 - color contains mainly: blue. Hex color #051EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EBD is #FAE142. Grayscale: #272727. Windows color (decimal): -16441667 or 12393989. OLE color: 12393989.
HSL color Cylindrical-coordinate representation of color #051EBD: hue angle of 231.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051EBD is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 30 | 189 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.26 |
| HSL | 231.85º | 0.95% | 0.38% | - |
| HSV(B) | 231.85º | 0.97% | 0.74% | - |
| XYZ | 9.71 | 4.63 | 48.53 | - |
| YUV | 40.65 | 211.72 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 189 | 0.97 | 0.84 | 0 | 0.26 | 231.85 | 0.95 | 0.38 |
| Hex | 5 | 1E | BD | 61 | 54 | 0 | 1A | E8 | 5F | 26 |
| Octal | 5 | 36 | 275 | 141 | 124 | 0 | 32 | 350 | 137 | 46 |
| Binary | 101 | 11110 | 10111101 | 1100001 | 1010100 | 0 | 11010 | 11101000 | 1011111 | 100110 |
Color Harmonies of #051EBD
Complementary color
Monochromatic Colors of #051EBD
Black with #051EBD
Text Example
Text Example
White with #051EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EBD; }
p { color: rgb(5,30,189); }
H1.HeaderClassName
{
color: #051EBD;
}
.AnyTagClassName
{
color: #051EBD;
}
</style>
background-color css
<style>
a { background-color: #051EBD; }
a { background-color: rgb(5,30,189); }
div.DivClassName
{
background-color: #051EBD;
}
.BgClassName
{
background-color: #051EBD;
}
</style>
border-color css
<style>
span { border-color: #051EBD; }
span { border-color: rgb(5,30,189); }
td.TdClassName
{
border-color: #051EBD;
}
.TagClassName
{
border-color: #051EBD;
}
</style>