Html Css Color HEX #092DAC International Klein Blue
📋 copy color: '#092DAC'red 9 ◦ green 45 ◦ blue 172
Shades of International Klein Blue #092DAC
Tints of International Klein Blue #092DAC
RGB
CMYK
RGB Variations
Color information
#092DAC (or 0x092DAC) is known color: International Klein Blue. HEX triplet: 09, 2D and AC. RGB value is (9,45,172). Sum of RGB (Red+Green+Blue) = 9+45+172=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #092DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DAC is #F6D253. Grayscale: #303030. Windows color (decimal): -16175700 or 11283721. OLE color: 11283721.
HSL color Cylindrical-coordinate representation of color #092DAC: hue angle of 226.75º 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 #092DAC is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 45 | 172 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.33 |
| HSL | 226.75º | 0.9% | 0.35% | - |
| HSV(B) | 226.75º | 0.95% | 0.67% | - |
| XYZ | 8.5 | 4.91 | 39.53 | - |
| YUV | 48.71 | 197.57 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 172 | 0.95 | 0.74 | 0 | 0.33 | 226.75 | 0.9 | 0.35 |
| Hex | 9 | 2D | AC | 5F | 4A | 0 | 21 | E3 | 5A | 23 |
| Octal | 11 | 55 | 254 | 137 | 112 | 0 | 41 | 343 | 132 | 43 |
| Binary | 1001 | 101101 | 10101100 | 1011111 | 1001010 | 0 | 100001 | 11100011 | 1011010 | 100011 |
Color Harmonies of #092DAC
Complementary color
Monochromatic Colors of #092DAC
Black with #092DAC
Text Example
Text Example
White with #092DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DAC; }
p { color: rgb(9,45,172); }
H1.HeaderClassName
{
color: #092DAC;
}
.AnyTagClassName
{
color: #092DAC;
}
</style>
background-color css
<style>
a { background-color: #092DAC; }
a { background-color: rgb(9,45,172); }
div.DivClassName
{
background-color: #092DAC;
}
.BgClassName
{
background-color: #092DAC;
}
</style>
border-color css
<style>
span { border-color: #092DAC; }
span { border-color: rgb(9,45,172); }
td.TdClassName
{
border-color: #092DAC;
}
.TagClassName
{
border-color: #092DAC;
}
</style>