Html Css Color HEX #0319AC International Klein Blue
📋 copy color: '#0319AC'red 3 ◦ green 25 ◦ blue 172
Shades of International Klein Blue #0319AC
Tints of International Klein Blue #0319AC
RGB
CMYK
RGB Variations
Color information
#0319AC (or 0x0319AC) is known color: International Klein Blue. HEX triplet: 03, 19 and AC. RGB value is (3,25,172). Sum of RGB (Red+Green+Blue) = 3+25+172=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #0319AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0319AC is #FCE653. Grayscale: #222222. Windows color (decimal): -16574036 or 11278595. OLE color: 11278595.
HSL color Cylindrical-coordinate representation of color #0319AC: hue angle of 232.19º 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 #0319AC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 25 | 172 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.33 |
| HSL | 232.19º | 0.97% | 0.34% | - |
| HSV(B) | 232.19º | 0.98% | 0.67% | - |
| XYZ | 7.83 | 3.69 | 39.33 | - |
| YUV | 35.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 172 | 0.98 | 0.85 | 0 | 0.33 | 232.19 | 0.97 | 0.34 |
| Hex | 3 | 19 | AC | 62 | 55 | 0 | 21 | E8 | 61 | 22 |
| Octal | 3 | 31 | 254 | 142 | 125 | 0 | 41 | 350 | 141 | 42 |
| Binary | 11 | 11001 | 10101100 | 1100010 | 1010101 | 0 | 100001 | 11101000 | 1100001 | 100010 |
Color Harmonies of #0319AC
Complementary color
Monochromatic Colors of #0319AC
Black with #0319AC
Text Example
Text Example
White with #0319AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319AC; }
p { color: rgb(3,25,172); }
H1.HeaderClassName
{
color: #0319AC;
}
.AnyTagClassName
{
color: #0319AC;
}
</style>
background-color css
<style>
a { background-color: #0319AC; }
a { background-color: rgb(3,25,172); }
div.DivClassName
{
background-color: #0319AC;
}
.BgClassName
{
background-color: #0319AC;
}
</style>
border-color css
<style>
span { border-color: #0319AC; }
span { border-color: rgb(3,25,172); }
td.TdClassName
{
border-color: #0319AC;
}
.TagClassName
{
border-color: #0319AC;
}
</style>