Html Css Color HEX #0319BA International Klein Blue
📋 copy color: '#0319BA'red 3 ◦ green 25 ◦ blue 186
Shades of International Klein Blue #0319BA
Tints of International Klein Blue #0319BA
RGB
CMYK
RGB Variations
Color information
#0319BA (or 0x0319BA) is known color: International Klein Blue. HEX triplet: 03, 19 and BA. RGB value is (3,25,186). Sum of RGB (Red+Green+Blue) = 3+25+186=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #0319BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0319BA is #FCE645. Grayscale: #242424. Windows color (decimal): -16574022 or 12196099. OLE color: 12196099.
HSL color Cylindrical-coordinate representation of color #0319BA: hue angle of 232.79º 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 #0319BA is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 25 | 186 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.27 |
| HSL | 232.79º | 0.97% | 0.37% | - |
| HSV(B) | 232.79º | 0.98% | 0.73% | - |
| XYZ | 9.25 | 4.26 | 46.79 | - |
| YUV | 36.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 186 | 0.98 | 0.87 | 0 | 0.27 | 232.79 | 0.97 | 0.37 |
| Hex | 3 | 19 | BA | 62 | 57 | 0 | 1B | E9 | 61 | 25 |
| Octal | 3 | 31 | 272 | 142 | 127 | 0 | 33 | 351 | 141 | 45 |
| Binary | 11 | 11001 | 10111010 | 1100010 | 1010111 | 0 | 11011 | 11101001 | 1100001 | 100101 |
Color Harmonies of #0319BA
Complementary color
Monochromatic Colors of #0319BA
Black with #0319BA
Text Example
Text Example
White with #0319BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319BA; }
p { color: rgb(3,25,186); }
H1.HeaderClassName
{
color: #0319BA;
}
.AnyTagClassName
{
color: #0319BA;
}
</style>
background-color css
<style>
a { background-color: #0319BA; }
a { background-color: rgb(3,25,186); }
div.DivClassName
{
background-color: #0319BA;
}
.BgClassName
{
background-color: #0319BA;
}
</style>
border-color css
<style>
span { border-color: #0319BA; }
span { border-color: rgb(3,25,186); }
td.TdClassName
{
border-color: #0319BA;
}
.TagClassName
{
border-color: #0319BA;
}
</style>