Html Css Color HEX #0233AA International Klein Blue
📋 copy color: '#0233AA'red 2 ◦ green 51 ◦ blue 170
Shades of International Klein Blue #0233AA
Tints of International Klein Blue #0233AA
RGB
CMYK
RGB Variations
Color information
#0233AA (or 0x0233AA) is known color: International Klein Blue. HEX triplet: 02, 33 and AA. RGB value is (2,51,170). Sum of RGB (Red+Green+Blue) = 2+51+170=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 51 (20.31% from 255 or 22.87% 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 #0233AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0233AA is #FDCC55. Grayscale: #313131. Windows color (decimal): -16632918 or 11154178. OLE color: 11154178.
HSL color Cylindrical-coordinate representation of color #0233AA: hue angle of 222.5º 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 #0233AA is Cyan = 0.99, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 51 | 170 | - |
| CMYK | 0.99 | 0.7 | 0 | 0.33 |
| HSL | 222.5º | 0.98% | 0.34% | - |
| HSV(B) | 222.5º | 0.99% | 0.67% | - |
| XYZ | 8.46 | 5.28 | 38.6 | - |
| YUV | 49.92 | 195.77 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 170 | 0.99 | 0.7 | 0 | 0.33 | 222.5 | 0.98 | 0.34 |
| Hex | 2 | 33 | AA | 63 | 46 | 0 | 21 | DE | 62 | 22 |
| Octal | 2 | 63 | 252 | 143 | 106 | 0 | 41 | 336 | 142 | 42 |
| Binary | 10 | 110011 | 10101010 | 1100011 | 1000110 | 0 | 100001 | 11011110 | 1100010 | 100010 |
Color Harmonies of #0233AA
Complementary color
Monochromatic Colors of #0233AA
Black with #0233AA
Text Example
Text Example
White with #0233AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0233AA; }
p { color: rgb(2,51,170); }
H1.HeaderClassName
{
color: #0233AA;
}
.AnyTagClassName
{
color: #0233AA;
}
</style>
background-color css
<style>
a { background-color: #0233AA; }
a { background-color: rgb(2,51,170); }
div.DivClassName
{
background-color: #0233AA;
}
.BgClassName
{
background-color: #0233AA;
}
</style>
border-color css
<style>
span { border-color: #0233AA; }
span { border-color: rgb(2,51,170); }
td.TdClassName
{
border-color: #0233AA;
}
.TagClassName
{
border-color: #0233AA;
}
</style>