Html Css Color HEX #0035AA International Klein Blue
📋 copy color: '#0035AA'red 0 ◦ green 53 ◦ blue 170
Shades of International Klein Blue #0035AA
Tints of International Klein Blue #0035AA
RGB
CMYK
RGB Variations
Color information
#0035AA (or 0x0035AA) is known color: International Klein Blue. HEX triplet: 00, 35 and AA. RGB value is (0,53,170). Sum of RGB (Red+Green+Blue) = 0+53+170=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #0035AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0035AA is #FFCA55. Grayscale: #313131. Windows color (decimal): -16763478 or 11154688. OLE color: 11154688.
HSL color Cylindrical-coordinate representation of color #0035AA: hue angle of 221.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035AA is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 53 | 170 | - |
| CMYK | 1 | 0.69 | 0 | 0.33 |
| HSL | 221.29º | 1% | 0.33% | - |
| HSV(B) | 221.29º | 1% | 0.67% | - |
| XYZ | 8.53 | 5.45 | 38.63 | - |
| YUV | 50.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 170 | 1 | 0.69 | 0 | 0.33 | 221.29 | 1 | 0.33 |
| Hex | 0 | 35 | AA | 64 | 45 | 0 | 21 | DD | 64 | 21 |
| Octal | 0 | 65 | 252 | 144 | 105 | 0 | 41 | 335 | 144 | 41 |
| Binary | 0 | 110101 | 10101010 | 1100100 | 1000101 | 0 | 100001 | 11011101 | 1100100 | 100001 |
Color Harmonies of #0035AA
Complementary color
Monochromatic Colors of #0035AA
Black with #0035AA
Text Example
Text Example
White with #0035AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035AA; }
p { color: rgb(0,53,170); }
H1.HeaderClassName
{
color: #0035AA;
}
.AnyTagClassName
{
color: #0035AA;
}
</style>
background-color css
<style>
a { background-color: #0035AA; }
a { background-color: rgb(0,53,170); }
div.DivClassName
{
background-color: #0035AA;
}
.BgClassName
{
background-color: #0035AA;
}
</style>
border-color css
<style>
span { border-color: #0035AA; }
span { border-color: rgb(0,53,170); }
td.TdClassName
{
border-color: #0035AA;
}
.TagClassName
{
border-color: #0035AA;
}
</style>