Html Css Color HEX #061FBA International Klein Blue
📋 copy color: '#061FBA'red 6 ◦ green 31 ◦ blue 186
Shades of International Klein Blue #061FBA
Tints of International Klein Blue #061FBA
RGB
CMYK
RGB Variations
Color information
#061FBA (or 0x061FBA) is known color: International Klein Blue. HEX triplet: 06, 1F and BA. RGB value is (6,31,186). Sum of RGB (Red+Green+Blue) = 6+31+186=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #061FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FBA is #F9E045. Grayscale: #282828. Windows color (decimal): -16375878 or 12197638. OLE color: 12197638.
HSL color Cylindrical-coordinate representation of color #061FBA: hue angle of 231.67º 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 #061FBA is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 31 | 186 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.27 |
| HSL | 231.67º | 0.94% | 0.38% | - |
| HSV(B) | 231.67º | 0.97% | 0.73% | - |
| XYZ | 9.43 | 4.56 | 46.84 | - |
| YUV | 41.2 | 209.72 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 186 | 0.97 | 0.83 | 0 | 0.27 | 231.67 | 0.94 | 0.38 |
| Hex | 6 | 1F | BA | 61 | 53 | 0 | 1B | E8 | 5E | 26 |
| Octal | 6 | 37 | 272 | 141 | 123 | 0 | 33 | 350 | 136 | 46 |
| Binary | 110 | 11111 | 10111010 | 1100001 | 1010011 | 0 | 11011 | 11101000 | 1011110 | 100110 |
Color Harmonies of #061FBA
Complementary color
Monochromatic Colors of #061FBA
Black with #061FBA
Text Example
Text Example
White with #061FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FBA; }
p { color: rgb(6,31,186); }
H1.HeaderClassName
{
color: #061FBA;
}
.AnyTagClassName
{
color: #061FBA;
}
</style>
background-color css
<style>
a { background-color: #061FBA; }
a { background-color: rgb(6,31,186); }
div.DivClassName
{
background-color: #061FBA;
}
.BgClassName
{
background-color: #061FBA;
}
</style>
border-color css
<style>
span { border-color: #061FBA; }
span { border-color: rgb(6,31,186); }
td.TdClassName
{
border-color: #061FBA;
}
.TagClassName
{
border-color: #061FBA;
}
</style>