Html Css Color HEX #0919AD International Klein Blue
📋 copy color: '#0919AD'red 9 ◦ green 25 ◦ blue 173
Shades of International Klein Blue #0919AD
Tints of International Klein Blue #0919AD
RGB
CMYK
RGB Variations
Color information
#0919AD (or 0x0919AD) is known color: International Klein Blue. HEX triplet: 09, 19 and AD. RGB value is (9,25,173). Sum of RGB (Red+Green+Blue) = 9+25+173=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #0919AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0919AD is #F6E652. Grayscale: #242424. Windows color (decimal): -16180819 or 11344137. OLE color: 11344137.
HSL color Cylindrical-coordinate representation of color #0919AD: hue angle of 234.15º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0919AD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 25 | 173 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.32 |
| HSL | 234.15º | 0.9% | 0.36% | - |
| HSV(B) | 234.15º | 0.95% | 0.68% | - |
| XYZ | 8 | 3.77 | 39.84 | - |
| YUV | 37.09 | 204.7 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 173 | 0.95 | 0.86 | 0 | 0.32 | 234.15 | 0.9 | 0.36 |
| Hex | 9 | 19 | AD | 5F | 56 | 0 | 20 | EA | 5A | 24 |
| Octal | 11 | 31 | 255 | 137 | 126 | 0 | 40 | 352 | 132 | 44 |
| Binary | 1001 | 11001 | 10101101 | 1011111 | 1010110 | 0 | 100000 | 11101010 | 1011010 | 100100 |
Color Harmonies of #0919AD
Complementary color
Monochromatic Colors of #0919AD
Black with #0919AD
Text Example
Text Example
White with #0919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919AD; }
p { color: rgb(9,25,173); }
H1.HeaderClassName
{
color: #0919AD;
}
.AnyTagClassName
{
color: #0919AD;
}
</style>
background-color css
<style>
a { background-color: #0919AD; }
a { background-color: rgb(9,25,173); }
div.DivClassName
{
background-color: #0919AD;
}
.BgClassName
{
background-color: #0919AD;
}
</style>
border-color css
<style>
span { border-color: #0919AD; }
span { border-color: rgb(9,25,173); }
td.TdClassName
{
border-color: #0919AD;
}
.TagClassName
{
border-color: #0919AD;
}
</style>