Html Css Color HEX #051DBB International Klein Blue
📋 copy color: '#051DBB'red 5 ◦ green 29 ◦ blue 187
Shades of International Klein Blue #051DBB
Tints of International Klein Blue #051DBB
RGB
CMYK
RGB Variations
Color information
#051DBB (or 0x051DBB) is known color: International Klein Blue. HEX triplet: 05, 1D and BB. RGB value is (5,29,187). Sum of RGB (Red+Green+Blue) = 5+29+187=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #051DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DBB is #FAE244. Grayscale: #272727. Windows color (decimal): -16441925 or 12262661. OLE color: 12262661.
HSL color Cylindrical-coordinate representation of color #051DBB: hue angle of 232.09º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DBB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 29 | 187 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.27 |
| HSL | 232.09º | 0.95% | 0.38% | - |
| HSV(B) | 232.09º | 0.97% | 0.73% | - |
| XYZ | 9.47 | 4.5 | 47.38 | - |
| YUV | 39.84 | 211.05 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 187 | 0.97 | 0.84 | 0 | 0.27 | 232.09 | 0.95 | 0.38 |
| Hex | 5 | 1D | BB | 61 | 54 | 0 | 1B | E8 | 5F | 26 |
| Octal | 5 | 35 | 273 | 141 | 124 | 0 | 33 | 350 | 137 | 46 |
| Binary | 101 | 11101 | 10111011 | 1100001 | 1010100 | 0 | 11011 | 11101000 | 1011111 | 100110 |
Color Harmonies of #051DBB
Complementary color
Monochromatic Colors of #051DBB
Black with #051DBB
Text Example
Text Example
White with #051DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DBB; }
p { color: rgb(5,29,187); }
H1.HeaderClassName
{
color: #051DBB;
}
.AnyTagClassName
{
color: #051DBB;
}
</style>
background-color css
<style>
a { background-color: #051DBB; }
a { background-color: rgb(5,29,187); }
div.DivClassName
{
background-color: #051DBB;
}
.BgClassName
{
background-color: #051DBB;
}
</style>
border-color css
<style>
span { border-color: #051DBB; }
span { border-color: rgb(5,29,187); }
td.TdClassName
{
border-color: #051DBB;
}
.TagClassName
{
border-color: #051DBB;
}
</style>