Html Css Color HEX #0318AD International Klein Blue
📋 copy color: '#0318AD'red 3 ◦ green 24 ◦ blue 173
Shades of International Klein Blue #0318AD
Tints of International Klein Blue #0318AD
RGB
CMYK
RGB Variations
Color information
#0318AD (or 0x0318AD) is known color: International Klein Blue. HEX triplet: 03, 18 and AD. RGB value is (3,24,173). Sum of RGB (Red+Green+Blue) = 3+24+173=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #0318AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0318AD is #FCE752. Grayscale: #222222. Windows color (decimal): -16574291 or 11343875. OLE color: 11343875.
HSL color Cylindrical-coordinate representation of color #0318AD: hue angle of 232.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318AD is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 24 | 173 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.32 |
| HSL | 232.59º | 0.97% | 0.35% | - |
| HSV(B) | 232.59º | 0.98% | 0.68% | - |
| XYZ | 7.91 | 3.69 | 39.83 | - |
| YUV | 34.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 173 | 0.98 | 0.86 | 0 | 0.32 | 232.59 | 0.97 | 0.35 |
| Hex | 3 | 18 | AD | 62 | 56 | 0 | 20 | E9 | 61 | 23 |
| Octal | 3 | 30 | 255 | 142 | 126 | 0 | 40 | 351 | 141 | 43 |
| Binary | 11 | 11000 | 10101101 | 1100010 | 1010110 | 0 | 100000 | 11101001 | 1100001 | 100011 |
Color Harmonies of #0318AD
Complementary color
Monochromatic Colors of #0318AD
Black with #0318AD
Text Example
Text Example
White with #0318AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318AD; }
p { color: rgb(3,24,173); }
H1.HeaderClassName
{
color: #0318AD;
}
.AnyTagClassName
{
color: #0318AD;
}
</style>
background-color css
<style>
a { background-color: #0318AD; }
a { background-color: rgb(3,24,173); }
div.DivClassName
{
background-color: #0318AD;
}
.BgClassName
{
background-color: #0318AD;
}
</style>
border-color css
<style>
span { border-color: #0318AD; }
span { border-color: rgb(3,24,173); }
td.TdClassName
{
border-color: #0318AD;
}
.TagClassName
{
border-color: #0318AD;
}
</style>