Html Css Color HEX #0235AA International Klein Blue
📋 copy color: '#0235AA'red 2 ◦ green 53 ◦ blue 170
Shades of International Klein Blue #0235AA
Tints of International Klein Blue #0235AA
RGB
CMYK
RGB Variations
Color information
#0235AA (or 0x0235AA) is known color: International Klein Blue. HEX triplet: 02, 35 and AA. RGB value is (2,53,170). Sum of RGB (Red+Green+Blue) = 2+53+170=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0235AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0235AA is #FDCA55. Grayscale: #323232. Windows color (decimal): -16632406 or 11154690. OLE color: 11154690.
HSL color Cylindrical-coordinate representation of color #0235AA: hue angle of 221.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235AA is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 53 | 170 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.33 |
| HSL | 221.79º | 0.98% | 0.34% | - |
| HSV(B) | 221.79º | 0.99% | 0.67% | - |
| XYZ | 8.55 | 5.46 | 38.63 | - |
| YUV | 51.09 | 195.1 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 170 | 0.99 | 0.69 | 0 | 0.33 | 221.79 | 0.98 | 0.34 |
| Hex | 2 | 35 | AA | 63 | 45 | 0 | 21 | DE | 62 | 22 |
| Octal | 2 | 65 | 252 | 143 | 105 | 0 | 41 | 336 | 142 | 42 |
| Binary | 10 | 110101 | 10101010 | 1100011 | 1000101 | 0 | 100001 | 11011110 | 1100010 | 100010 |
Color Harmonies of #0235AA
Complementary color
Monochromatic Colors of #0235AA
Black with #0235AA
Text Example
Text Example
White with #0235AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235AA; }
p { color: rgb(2,53,170); }
H1.HeaderClassName
{
color: #0235AA;
}
.AnyTagClassName
{
color: #0235AA;
}
</style>
background-color css
<style>
a { background-color: #0235AA; }
a { background-color: rgb(2,53,170); }
div.DivClassName
{
background-color: #0235AA;
}
.BgClassName
{
background-color: #0235AA;
}
</style>
border-color css
<style>
span { border-color: #0235AA; }
span { border-color: rgb(2,53,170); }
td.TdClassName
{
border-color: #0235AA;
}
.TagClassName
{
border-color: #0235AA;
}
</style>