Html Css Color HEX #0320BB International Klein Blue
📋 copy color: '#0320BB'red 3 ◦ green 32 ◦ blue 187
Shades of International Klein Blue #0320BB
Tints of International Klein Blue #0320BB
RGB
CMYK
RGB Variations
Color information
#0320BB (or 0x0320BB) is known color: International Klein Blue. HEX triplet: 03, 20 and BB. RGB value is (3,32,187). Sum of RGB (Red+Green+Blue) = 3+32+187=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #0320BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320BB is #FCDF44. Grayscale: #282828. Windows color (decimal): -16572229 or 12263427. OLE color: 12263427.
HSL color Cylindrical-coordinate representation of color #0320BB: hue angle of 230.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320BB is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 32 | 187 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.27 |
| HSL | 230.54º | 0.97% | 0.37% | - |
| HSV(B) | 230.54º | 0.98% | 0.73% | - |
| XYZ | 9.52 | 4.64 | 47.41 | - |
| YUV | 41 | 210.39 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 187 | 0.98 | 0.83 | 0 | 0.27 | 230.54 | 0.97 | 0.37 |
| Hex | 3 | 20 | BB | 62 | 53 | 0 | 1B | E7 | 61 | 25 |
| Octal | 3 | 40 | 273 | 142 | 123 | 0 | 33 | 347 | 141 | 45 |
| Binary | 11 | 100000 | 10111011 | 1100010 | 1010011 | 0 | 11011 | 11100111 | 1100001 | 100101 |
Color Harmonies of #0320BB
Complementary color
Monochromatic Colors of #0320BB
Black with #0320BB
Text Example
Text Example
White with #0320BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320BB; }
p { color: rgb(3,32,187); }
H1.HeaderClassName
{
color: #0320BB;
}
.AnyTagClassName
{
color: #0320BB;
}
</style>
background-color css
<style>
a { background-color: #0320BB; }
a { background-color: rgb(3,32,187); }
div.DivClassName
{
background-color: #0320BB;
}
.BgClassName
{
background-color: #0320BB;
}
</style>
border-color css
<style>
span { border-color: #0320BB; }
span { border-color: rgb(3,32,187); }
td.TdClassName
{
border-color: #0320BB;
}
.TagClassName
{
border-color: #0320BB;
}
</style>