Html Css Color HEX #051FBA International Klein Blue
📋 copy color: '#051FBA'red 5 ◦ green 31 ◦ blue 186
Shades of International Klein Blue #051FBA
Tints of International Klein Blue #051FBA
RGB
CMYK
RGB Variations
Color information
#051FBA (or 0x051FBA) is known color: International Klein Blue. HEX triplet: 05, 1F and BA. RGB value is (5,31,186). Sum of RGB (Red+Green+Blue) = 5+31+186=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #051FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FBA is #FAE045. Grayscale: #282828. Windows color (decimal): -16441414 or 12197637. OLE color: 12197637.
HSL color Cylindrical-coordinate representation of color #051FBA: hue angle of 231.38º 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 #051FBA is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 31 | 186 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.27 |
| HSL | 231.38º | 0.95% | 0.37% | - |
| HSV(B) | 231.38º | 0.97% | 0.73% | - |
| XYZ | 9.42 | 4.56 | 46.84 | - |
| YUV | 40.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 186 | 0.97 | 0.83 | 0 | 0.27 | 231.38 | 0.95 | 0.37 |
| Hex | 5 | 1F | BA | 61 | 53 | 0 | 1B | E7 | 5F | 25 |
| Octal | 5 | 37 | 272 | 141 | 123 | 0 | 33 | 347 | 137 | 45 |
| Binary | 101 | 11111 | 10111010 | 1100001 | 1010011 | 0 | 11011 | 11100111 | 1011111 | 100101 |
Color Harmonies of #051FBA
Complementary color
Monochromatic Colors of #051FBA
Black with #051FBA
Text Example
Text Example
White with #051FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FBA; }
p { color: rgb(5,31,186); }
H1.HeaderClassName
{
color: #051FBA;
}
.AnyTagClassName
{
color: #051FBA;
}
</style>
background-color css
<style>
a { background-color: #051FBA; }
a { background-color: rgb(5,31,186); }
div.DivClassName
{
background-color: #051FBA;
}
.BgClassName
{
background-color: #051FBA;
}
</style>
border-color css
<style>
span { border-color: #051FBA; }
span { border-color: rgb(5,31,186); }
td.TdClassName
{
border-color: #051FBA;
}
.TagClassName
{
border-color: #051FBA;
}
</style>