Html Css Color HEX #051DBA International Klein Blue
📋 copy color: '#051DBA'red 5 ◦ green 29 ◦ blue 186
Shades of International Klein Blue #051DBA
Tints of International Klein Blue #051DBA
RGB
CMYK
RGB Variations
Color information
#051DBA (or 0x051DBA) is known color: International Klein Blue. HEX triplet: 05, 1D and BA. RGB value is (5,29,186). Sum of RGB (Red+Green+Blue) = 5+29+186=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #051DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DBA is #FAE245. Grayscale: #272727. Windows color (decimal): -16441926 or 12197125. OLE color: 12197125.
HSL color Cylindrical-coordinate representation of color #051DBA: hue angle of 232.04º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DBA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 29 | 186 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.27 |
| HSL | 232.04º | 0.95% | 0.37% | - |
| HSV(B) | 232.04º | 0.97% | 0.73% | - |
| XYZ | 9.36 | 4.46 | 46.82 | - |
| YUV | 39.72 | 210.55 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 186 | 0.97 | 0.84 | 0 | 0.27 | 232.04 | 0.95 | 0.37 |
| Hex | 5 | 1D | BA | 61 | 54 | 0 | 1B | E8 | 5F | 25 |
| Octal | 5 | 35 | 272 | 141 | 124 | 0 | 33 | 350 | 137 | 45 |
| Binary | 101 | 11101 | 10111010 | 1100001 | 1010100 | 0 | 11011 | 11101000 | 1011111 | 100101 |
Color Harmonies of #051DBA
Complementary color
Monochromatic Colors of #051DBA
Black with #051DBA
Text Example
Text Example
White with #051DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DBA; }
p { color: rgb(5,29,186); }
H1.HeaderClassName
{
color: #051DBA;
}
.AnyTagClassName
{
color: #051DBA;
}
</style>
background-color css
<style>
a { background-color: #051DBA; }
a { background-color: rgb(5,29,186); }
div.DivClassName
{
background-color: #051DBA;
}
.BgClassName
{
background-color: #051DBA;
}
</style>
border-color css
<style>
span { border-color: #051DBA; }
span { border-color: rgb(5,29,186); }
td.TdClassName
{
border-color: #051DBA;
}
.TagClassName
{
border-color: #051DBA;
}
</style>