Html Css Color HEX #0926AD International Klein Blue
📋 copy color: '#0926AD'red 9 ◦ green 38 ◦ blue 173
Shades of International Klein Blue #0926AD
Tints of International Klein Blue #0926AD
RGB
CMYK
RGB Variations
Color information
#0926AD (or 0x0926AD) is known color: International Klein Blue. HEX triplet: 09, 26 and AD. RGB value is (9,38,173). Sum of RGB (Red+Green+Blue) = 9+38+173=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #0926AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0926AD is #F6D952. Grayscale: #2C2C2C. Windows color (decimal): -16177491 or 11347465. OLE color: 11347465.
HSL color Cylindrical-coordinate representation of color #0926AD: hue angle of 229.39º 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 #0926AD is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 38 | 173 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.32 |
| HSL | 229.39º | 0.9% | 0.36% | - |
| HSV(B) | 229.39º | 0.95% | 0.68% | - |
| XYZ | 8.35 | 4.46 | 39.96 | - |
| YUV | 44.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 173 | 0.95 | 0.78 | 0 | 0.32 | 229.39 | 0.9 | 0.36 |
| Hex | 9 | 26 | AD | 5F | 4E | 0 | 20 | E5 | 5A | 24 |
| Octal | 11 | 46 | 255 | 137 | 116 | 0 | 40 | 345 | 132 | 44 |
| Binary | 1001 | 100110 | 10101101 | 1011111 | 1001110 | 0 | 100000 | 11100101 | 1011010 | 100100 |
Color Harmonies of #0926AD
Complementary color
Monochromatic Colors of #0926AD
Black with #0926AD
Text Example
Text Example
White with #0926AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926AD; }
p { color: rgb(9,38,173); }
H1.HeaderClassName
{
color: #0926AD;
}
.AnyTagClassName
{
color: #0926AD;
}
</style>
background-color css
<style>
a { background-color: #0926AD; }
a { background-color: rgb(9,38,173); }
div.DivClassName
{
background-color: #0926AD;
}
.BgClassName
{
background-color: #0926AD;
}
</style>
border-color css
<style>
span { border-color: #0926AD; }
span { border-color: rgb(9,38,173); }
td.TdClassName
{
border-color: #0926AD;
}
.TagClassName
{
border-color: #0926AD;
}
</style>