Html Css Color HEX #0333AB International Klein Blue
📋 copy color: '#0333AB'red 3 ◦ green 51 ◦ blue 171
Shades of International Klein Blue #0333AB
Tints of International Klein Blue #0333AB
RGB
CMYK
RGB Variations
Color information
#0333AB (or 0x0333AB) is known color: International Klein Blue. HEX triplet: 03, 33 and AB. RGB value is (3,51,171). Sum of RGB (Red+Green+Blue) = 3+51+171=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #0333AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0333AB is #FCCC54. Grayscale: #313131. Windows color (decimal): -16567381 or 11219715. OLE color: 11219715.
HSL color Cylindrical-coordinate representation of color #0333AB: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0333AB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 51 | 171 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.33 |
| HSL | 222.86º | 0.97% | 0.34% | - |
| HSV(B) | 222.86º | 0.98% | 0.67% | - |
| XYZ | 8.57 | 5.33 | 39.1 | - |
| YUV | 50.33 | 196.1 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 171 | 0.98 | 0.70 | 0 | 0.33 | 222.86 | 0.97 | 0.34 |
| Hex | 3 | 33 | AB | 62 | 46 | 0 | 21 | DF | 61 | 22 |
| Octal | 3 | 63 | 253 | 142 | 106 | 0 | 41 | 337 | 141 | 42 |
| Binary | 11 | 110011 | 10101011 | 1100010 | 1000110 | 0 | 100001 | 11011111 | 1100001 | 100010 |
Color Harmonies of #0333AB
Complementary color
Monochromatic Colors of #0333AB
Black with #0333AB
Text Example
Text Example
White with #0333AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333AB; }
p { color: rgb(3,51,171); }
H1.HeaderClassName
{
color: #0333AB;
}
.AnyTagClassName
{
color: #0333AB;
}
</style>
background-color css
<style>
a { background-color: #0333AB; }
a { background-color: rgb(3,51,171); }
div.DivClassName
{
background-color: #0333AB;
}
.BgClassName
{
background-color: #0333AB;
}
</style>
border-color css
<style>
span { border-color: #0333AB; }
span { border-color: rgb(3,51,171); }
td.TdClassName
{
border-color: #0333AB;
}
.TagClassName
{
border-color: #0333AB;
}
</style>