Html Css Color HEX #0330AB International Klein Blue
📋 copy color: '#0330AB'red 3 ◦ green 48 ◦ blue 171
Shades of International Klein Blue #0330AB
Tints of International Klein Blue #0330AB
RGB
CMYK
RGB Variations
Color information
#0330AB (or 0x0330AB) is known color: International Klein Blue. HEX triplet: 03, 30 and AB. RGB value is (3,48,171). Sum of RGB (Red+Green+Blue) = 3+48+171=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #0330AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0330AB is #FCCF54. Grayscale: #303030. Windows color (decimal): -16568149 or 11218947. OLE color: 11218947.
HSL color Cylindrical-coordinate representation of color #0330AB: hue angle of 223.93º 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 #0330AB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 48 | 171 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.33 |
| HSL | 223.93º | 0.97% | 0.34% | - |
| HSV(B) | 223.93º | 0.98% | 0.67% | - |
| XYZ | 8.45 | 5.07 | 39.06 | - |
| YUV | 48.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 171 | 0.98 | 0.72 | 0 | 0.33 | 223.93 | 0.97 | 0.34 |
| Hex | 3 | 30 | AB | 62 | 48 | 0 | 21 | E0 | 61 | 22 |
| Octal | 3 | 60 | 253 | 142 | 110 | 0 | 41 | 340 | 141 | 42 |
| Binary | 11 | 110000 | 10101011 | 1100010 | 1001000 | 0 | 100001 | 11100000 | 1100001 | 100010 |
Color Harmonies of #0330AB
Complementary color
Monochromatic Colors of #0330AB
Black with #0330AB
Text Example
Text Example
White with #0330AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330AB; }
p { color: rgb(3,48,171); }
H1.HeaderClassName
{
color: #0330AB;
}
.AnyTagClassName
{
color: #0330AB;
}
</style>
background-color css
<style>
a { background-color: #0330AB; }
a { background-color: rgb(3,48,171); }
div.DivClassName
{
background-color: #0330AB;
}
.BgClassName
{
background-color: #0330AB;
}
</style>
border-color css
<style>
span { border-color: #0330AB; }
span { border-color: rgb(3,48,171); }
td.TdClassName
{
border-color: #0330AB;
}
.TagClassName
{
border-color: #0330AB;
}
</style>