Html Css Color HEX #061DBA International Klein Blue
📋 copy color: '#061DBA'red 6 ◦ green 29 ◦ blue 186
Shades of International Klein Blue #061DBA
Tints of International Klein Blue #061DBA
RGB
CMYK
RGB Variations
Color information
#061DBA (or 0x061DBA) is known color: International Klein Blue. HEX triplet: 06, 1D and BA. RGB value is (6,29,186). Sum of RGB (Red+Green+Blue) = 6+29+186=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #061DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DBA is #F9E245. Grayscale: #272727. Windows color (decimal): -16376390 or 12197126. OLE color: 12197126.
HSL color Cylindrical-coordinate representation of color #061DBA: hue angle of 232.33º degrees, saturation: 0.94, 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 #061DBA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 6 | 29 | 186 | - |
CMYK | 0.97 | 0.84 | 0 | 0.27 |
HSL | 232.33º | 0.94% | 0.38% | - |
HSV(B) | 232.33º | 0.97% | 0.73% | - |
XYZ | 9.38 | 4.46 | 46.82 | - |
YUV | 40.02 | 210.38 | 103.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 29 | 186 | 0.97 | 0.84 | 0 | 0.27 | 232.33 | 0.94 | 0.38 |
Hex | 6 | 1D | BA | 61 | 54 | 0 | 1B | E8 | 5E | 26 |
Octal | 6 | 35 | 272 | 141 | 124 | 0 | 33 | 350 | 136 | 46 |
Binary | 110 | 11101 | 10111010 | 1100001 | 1010100 | 0 | 11011 | 11101000 | 1011110 | 100110 |
Color Harmonies of #061DBA
Complementary color
Monochromatic Colors of #061DBA
Black with #061DBA
Text Example
Text Example
White with #061DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061DBA; }
p { color: rgb(6,29,186); }
H1.HeaderClassName
{
color: #061DBA;
}
.AnyTagClassName
{
color: #061DBA;
}
</style>
background-color css
<style>
a { background-color: #061DBA; }
a { background-color: rgb(6,29,186); }
div.DivClassName
{
background-color: #061DBA;
}
.BgClassName
{
background-color: #061DBA;
}
</style>
border-color css
<style>
span { border-color: #061DBA; }
span { border-color: rgb(6,29,186); }
td.TdClassName
{
border-color: #061DBA;
}
.TagClassName
{
border-color: #061DBA;
}
</style>