Html Css Color HEX #0321BD International Klein Blue
📋 copy color: '#0321BD'red 3 ◦ green 33 ◦ blue 189
Shades of International Klein Blue #0321BD
Tints of International Klein Blue #0321BD
RGB
CMYK
RGB Variations
Color information
#0321BD (or 0x0321BD) is known color: International Klein Blue. HEX triplet: 03, 21 and BD. RGB value is (3,33,189). Sum of RGB (Red+Green+Blue) = 3+33+189=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #0321BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321BD is #FCDE42. Grayscale: #292929. Windows color (decimal): -16571971 or 12394755. OLE color: 12394755.
HSL color Cylindrical-coordinate representation of color #0321BD: hue angle of 230.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0321BD is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 33 | 189 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.26 |
| HSL | 230.32º | 0.97% | 0.38% | - |
| HSV(B) | 230.32º | 0.98% | 0.74% | - |
| XYZ | 9.77 | 4.78 | 48.55 | - |
| YUV | 41.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 189 | 0.98 | 0.83 | 0 | 0.26 | 230.32 | 0.97 | 0.38 |
| Hex | 3 | 21 | BD | 62 | 53 | 0 | 1A | E6 | 61 | 26 |
| Octal | 3 | 41 | 275 | 142 | 123 | 0 | 32 | 346 | 141 | 46 |
| Binary | 11 | 100001 | 10111101 | 1100010 | 1010011 | 0 | 11010 | 11100110 | 1100001 | 100110 |
Color Harmonies of #0321BD
Complementary color
Monochromatic Colors of #0321BD
Black with #0321BD
Text Example
Text Example
White with #0321BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0321BD; }
p { color: rgb(3,33,189); }
H1.HeaderClassName
{
color: #0321BD;
}
.AnyTagClassName
{
color: #0321BD;
}
</style>
background-color css
<style>
a { background-color: #0321BD; }
a { background-color: rgb(3,33,189); }
div.DivClassName
{
background-color: #0321BD;
}
.BgClassName
{
background-color: #0321BD;
}
</style>
border-color css
<style>
span { border-color: #0321BD; }
span { border-color: rgb(3,33,189); }
td.TdClassName
{
border-color: #0321BD;
}
.TagClassName
{
border-color: #0321BD;
}
</style>