Html Css Color HEX #051CBB International Klein Blue
📋 copy color: '#051CBB'red 5 ◦ green 28 ◦ blue 187
Shades of International Klein Blue #051CBB
Tints of International Klein Blue #051CBB
RGB
CMYK
RGB Variations
Color information
#051CBB (or 0x051CBB) is known color: International Klein Blue. HEX triplet: 05, 1C and BB. RGB value is (5,28,187). Sum of RGB (Red+Green+Blue) = 5+28+187=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #051CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CBB is #FAE344. Grayscale: #262626. Windows color (decimal): -16442181 or 12262405. OLE color: 12262405.
HSL color Cylindrical-coordinate representation of color #051CBB: hue angle of 232.42º 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 #051CBB is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 28 | 187 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.27 |
| HSL | 232.42º | 0.95% | 0.38% | - |
| HSV(B) | 232.42º | 0.97% | 0.73% | - |
| XYZ | 9.45 | 4.45 | 47.37 | - |
| YUV | 39.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 187 | 0.97 | 0.85 | 0 | 0.27 | 232.42 | 0.95 | 0.38 |
| Hex | 5 | 1C | BB | 61 | 55 | 0 | 1B | E8 | 5F | 26 |
| Octal | 5 | 34 | 273 | 141 | 125 | 0 | 33 | 350 | 137 | 46 |
| Binary | 101 | 11100 | 10111011 | 1100001 | 1010101 | 0 | 11011 | 11101000 | 1011111 | 100110 |
Color Harmonies of #051CBB
Complementary color
Monochromatic Colors of #051CBB
Black with #051CBB
Text Example
Text Example
White with #051CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CBB; }
p { color: rgb(5,28,187); }
H1.HeaderClassName
{
color: #051CBB;
}
.AnyTagClassName
{
color: #051CBB;
}
</style>
background-color css
<style>
a { background-color: #051CBB; }
a { background-color: rgb(5,28,187); }
div.DivClassName
{
background-color: #051CBB;
}
.BgClassName
{
background-color: #051CBB;
}
</style>
border-color css
<style>
span { border-color: #051CBB; }
span { border-color: rgb(5,28,187); }
td.TdClassName
{
border-color: #051CBB;
}
.TagClassName
{
border-color: #051CBB;
}
</style>