Html Css Color HEX #092AAC International Klein Blue
📋 copy color: '#092AAC'red 9 ◦ green 42 ◦ blue 172
Shades of International Klein Blue #092AAC
Tints of International Klein Blue #092AAC
RGB
CMYK
RGB Variations
Color information
#092AAC (or 0x092AAC) is known color: International Klein Blue. HEX triplet: 09, 2A and AC. RGB value is (9,42,172). Sum of RGB (Red+Green+Blue) = 9+42+172=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #092AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AAC is #F6D553. Grayscale: #2E2E2E. Windows color (decimal): -16176468 or 11282953. OLE color: 11282953.
HSL color Cylindrical-coordinate representation of color #092AAC: hue angle of 227.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AAC is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 42 | 172 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.33 |
| HSL | 227.85º | 0.9% | 0.35% | - |
| HSV(B) | 227.85º | 0.95% | 0.67% | - |
| XYZ | 8.39 | 4.69 | 39.49 | - |
| YUV | 46.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 172 | 0.95 | 0.76 | 0 | 0.33 | 227.85 | 0.9 | 0.35 |
| Hex | 9 | 2A | AC | 5F | 4C | 0 | 21 | E4 | 5A | 23 |
| Octal | 11 | 52 | 254 | 137 | 114 | 0 | 41 | 344 | 132 | 43 |
| Binary | 1001 | 101010 | 10101100 | 1011111 | 1001100 | 0 | 100001 | 11100100 | 1011010 | 100011 |
Color Harmonies of #092AAC
Complementary color
Monochromatic Colors of #092AAC
Black with #092AAC
Text Example
Text Example
White with #092AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092AAC; }
p { color: rgb(9,42,172); }
H1.HeaderClassName
{
color: #092AAC;
}
.AnyTagClassName
{
color: #092AAC;
}
</style>
background-color css
<style>
a { background-color: #092AAC; }
a { background-color: rgb(9,42,172); }
div.DivClassName
{
background-color: #092AAC;
}
.BgClassName
{
background-color: #092AAC;
}
</style>
border-color css
<style>
span { border-color: #092AAC; }
span { border-color: rgb(9,42,172); }
td.TdClassName
{
border-color: #092AAC;
}
.TagClassName
{
border-color: #092AAC;
}
</style>