Html Css Color HEX #0326AB International Klein Blue
📋 copy color: '#0326AB'red 3 ◦ green 38 ◦ blue 171
Shades of International Klein Blue #0326AB
Tints of International Klein Blue #0326AB
RGB
CMYK
RGB Variations
Color information
#0326AB (or 0x0326AB) is known color: International Klein Blue. HEX triplet: 03, 26 and AB. RGB value is (3,38,171). Sum of RGB (Red+Green+Blue) = 3+38+171=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0326AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0326AB is #FCD954. Grayscale: #2A2A2A. Windows color (decimal): -16570709 or 11216387. OLE color: 11216387.
HSL color Cylindrical-coordinate representation of color #0326AB: hue angle of 227.5º 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 #0326AB is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 38 | 171 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.33 |
| HSL | 227.5º | 0.97% | 0.34% | - |
| HSV(B) | 227.5º | 0.98% | 0.67% | - |
| XYZ | 8.08 | 4.35 | 38.94 | - |
| YUV | 42.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 171 | 0.98 | 0.78 | 0 | 0.33 | 227.5 | 0.97 | 0.34 |
| Hex | 3 | 26 | AB | 62 | 4E | 0 | 21 | E4 | 61 | 22 |
| Octal | 3 | 46 | 253 | 142 | 116 | 0 | 41 | 344 | 141 | 42 |
| Binary | 11 | 100110 | 10101011 | 1100010 | 1001110 | 0 | 100001 | 11100100 | 1100001 | 100010 |
Color Harmonies of #0326AB
Complementary color
Monochromatic Colors of #0326AB
Black with #0326AB
Text Example
Text Example
White with #0326AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326AB; }
p { color: rgb(3,38,171); }
H1.HeaderClassName
{
color: #0326AB;
}
.AnyTagClassName
{
color: #0326AB;
}
</style>
background-color css
<style>
a { background-color: #0326AB; }
a { background-color: rgb(3,38,171); }
div.DivClassName
{
background-color: #0326AB;
}
.BgClassName
{
background-color: #0326AB;
}
</style>
border-color css
<style>
span { border-color: #0326AB; }
span { border-color: rgb(3,38,171); }
td.TdClassName
{
border-color: #0326AB;
}
.TagClassName
{
border-color: #0326AB;
}
</style>