Html Css Color HEX #0033AA International Klein Blue
📋 copy color: '#0033AA'red 0 ◦ green 51 ◦ blue 170
Shades of International Klein Blue #0033AA
Tints of International Klein Blue #0033AA
RGB
CMYK
RGB Variations
Color information
#0033AA (or 0x0033AA) is known color: International Klein Blue. HEX triplet: 00, 33 and AA. RGB value is (0,51,170). Sum of RGB (Red+Green+Blue) = 0+51+170=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #0033AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0033AA is #FFCC55. Grayscale: #303030. Windows color (decimal): -16763990 or 11154176. OLE color: 11154176.
HSL color Cylindrical-coordinate representation of color #0033AA: hue angle of 222º 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 #0033AA is Cyan = 1, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 0 | 51 | 170 | - |
CMYK | 1 | 0.7 | 0 | 0.33 |
HSL | 222º | 1% | 0.33% | - |
HSV(B) | 222º | 1% | 0.67% | - |
XYZ | 8.44 | 5.27 | 38.6 | - |
YUV | 49.32 | 196.1 | 92.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 51 | 170 | 1 | 0.7 | 0 | 0.33 | 222 | 1 | 0.33 |
Hex | 0 | 33 | AA | 64 | 46 | 0 | 21 | DE | 64 | 21 |
Octal | 0 | 63 | 252 | 144 | 106 | 0 | 41 | 336 | 144 | 41 |
Binary | 0 | 110011 | 10101010 | 1100100 | 1000110 | 0 | 100001 | 11011110 | 1100100 | 100001 |
Color Harmonies of #0033AA
Complementary color
Monochromatic Colors of #0033AA
Black with #0033AA
Text Example
Text Example
White with #0033AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033AA; }
p { color: rgb(0,51,170); }
H1.HeaderClassName
{
color: #0033AA;
}
.AnyTagClassName
{
color: #0033AA;
}
</style>
background-color css
<style>
a { background-color: #0033AA; }
a { background-color: rgb(0,51,170); }
div.DivClassName
{
background-color: #0033AA;
}
.BgClassName
{
background-color: #0033AA;
}
</style>
border-color css
<style>
span { border-color: #0033AA; }
span { border-color: rgb(0,51,170); }
td.TdClassName
{
border-color: #0033AA;
}
.TagClassName
{
border-color: #0033AA;
}
</style>