Html Css Color HEX #061AAA International Klein Blue
📋 copy color: '#061AAA'red 6 ◦ green 26 ◦ blue 170
Shades of International Klein Blue #061AAA
Tints of International Klein Blue #061AAA
RGB
CMYK
RGB Variations
Color information
#061AAA (or 0x061AAA) is known color: International Klein Blue. HEX triplet: 06, 1A and AA. RGB value is (6,26,170). Sum of RGB (Red+Green+Blue) = 6+26+170=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #061AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061AAA is #F9E555. Grayscale: #232323. Windows color (decimal): -16377174 or 11147782. OLE color: 11147782.
HSL color Cylindrical-coordinate representation of color #061AAA: hue angle of 232.68º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061AAA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 26 | 170 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.33 |
| HSL | 232.68º | 0.93% | 0.35% | - |
| HSV(B) | 232.68º | 0.96% | 0.67% | - |
| XYZ | 7.7 | 3.68 | 38.33 | - |
| YUV | 36.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 170 | 0.96 | 0.85 | 0 | 0.33 | 232.68 | 0.93 | 0.35 |
| Hex | 6 | 1A | AA | 60 | 55 | 0 | 21 | E9 | 5D | 23 |
| Octal | 6 | 32 | 252 | 140 | 125 | 0 | 41 | 351 | 135 | 43 |
| Binary | 110 | 11010 | 10101010 | 1100000 | 1010101 | 0 | 100001 | 11101001 | 1011101 | 100011 |
Color Harmonies of #061AAA
Complementary color
Monochromatic Colors of #061AAA
Black with #061AAA
Text Example
Text Example
White with #061AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061AAA; }
p { color: rgb(6,26,170); }
H1.HeaderClassName
{
color: #061AAA;
}
.AnyTagClassName
{
color: #061AAA;
}
</style>
background-color css
<style>
a { background-color: #061AAA; }
a { background-color: rgb(6,26,170); }
div.DivClassName
{
background-color: #061AAA;
}
.BgClassName
{
background-color: #061AAA;
}
</style>
border-color css
<style>
span { border-color: #061AAA; }
span { border-color: rgb(6,26,170); }
td.TdClassName
{
border-color: #061AAA;
}
.TagClassName
{
border-color: #061AAA;
}
</style>