Html Css Color HEX #092AB2 International Klein Blue
📋 copy color: '#092AB2'red 9 ◦ green 42 ◦ blue 178
Shades of International Klein Blue #092AB2
Tints of International Klein Blue #092AB2
RGB
CMYK
RGB Variations
Color information
#092AB2 (or 0x092AB2) is known color: International Klein Blue. HEX triplet: 09, 2A and B2. RGB value is (9,42,178). Sum of RGB (Red+Green+Blue) = 9+42+178=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 178 (69.92% from 255 or 77.73% from 229); Max value from RGB is 178 - color contains mainly: blue. Hex color #092AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092AB2 is #F6D54D. Grayscale: #2F2F2F. Windows color (decimal): -16176462 or 11676169. OLE color: 11676169.
HSL color Cylindrical-coordinate representation of color #092AB2: hue angle of 228.28º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AB2 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 42 | 178 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.30 |
| HSL | 228.28º | 0.9% | 0.37% | - |
| HSV(B) | 228.28º | 0.95% | 0.7% | - |
| XYZ | 8.98 | 4.93 | 42.6 | - |
| YUV | 47.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 178 | 0.95 | 0.76 | 0 | 0.30 | 228.28 | 0.9 | 0.37 |
| Hex | 9 | 2A | B2 | 5F | 4C | 0 | 1E | E4 | 5A | 25 |
| Octal | 11 | 52 | 262 | 137 | 114 | 0 | 36 | 344 | 132 | 45 |
| Binary | 1001 | 101010 | 10110010 | 1011111 | 1001100 | 0 | 11110 | 11100100 | 1011010 | 100101 |
Color Harmonies of #092AB2
Complementary color
Monochromatic Colors of #092AB2
Black with #092AB2
Text Example
Text Example
White with #092AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092AB2; }
p { color: rgb(9,42,178); }
H1.HeaderClassName
{
color: #092AB2;
}
.AnyTagClassName
{
color: #092AB2;
}
</style>
background-color css
<style>
a { background-color: #092AB2; }
a { background-color: rgb(9,42,178); }
div.DivClassName
{
background-color: #092AB2;
}
.BgClassName
{
background-color: #092AB2;
}
</style>
border-color css
<style>
span { border-color: #092AB2; }
span { border-color: rgb(9,42,178); }
td.TdClassName
{
border-color: #092AB2;
}
.TagClassName
{
border-color: #092AB2;
}
</style>