Html Css Color HEX #092DB6 International Klein Blue
📋 copy color: '#092DB6'red 9 ◦ green 45 ◦ blue 182
Shades of International Klein Blue #092DB6
Tints of International Klein Blue #092DB6
RGB
CMYK
RGB Variations
Color information
#092DB6 (or 0x092DB6) is known color: International Klein Blue. HEX triplet: 09, 2D and B6. RGB value is (9,45,182). Sum of RGB (Red+Green+Blue) = 9+45+182=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 182 (71.48% from 255 or 77.12% from 236); Max value from RGB is 182 - color contains mainly: blue. Hex color #092DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB6 is #F6D249. Grayscale: #313131. Windows color (decimal): -16175690 or 11939081. OLE color: 11939081.
HSL color Cylindrical-coordinate representation of color #092DB6: hue angle of 227.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB6 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 45 | 182 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.29 |
| HSL | 227.51º | 0.91% | 0.37% | - |
| HSV(B) | 227.51º | 0.95% | 0.71% | - |
| XYZ | 9.49 | 5.31 | 44.78 | - |
| YUV | 49.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 182 | 0.95 | 0.75 | 0 | 0.29 | 227.51 | 0.91 | 0.37 |
| Hex | 9 | 2D | B6 | 5F | 4B | 0 | 1D | E4 | 5B | 25 |
| Octal | 11 | 55 | 266 | 137 | 113 | 0 | 35 | 344 | 133 | 45 |
| Binary | 1001 | 101101 | 10110110 | 1011111 | 1001011 | 0 | 11101 | 11100100 | 1011011 | 100101 |
Color Harmonies of #092DB6
Complementary color
Monochromatic Colors of #092DB6
Black with #092DB6
Text Example
Text Example
White with #092DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DB6; }
p { color: rgb(9,45,182); }
H1.HeaderClassName
{
color: #092DB6;
}
.AnyTagClassName
{
color: #092DB6;
}
</style>
background-color css
<style>
a { background-color: #092DB6; }
a { background-color: rgb(9,45,182); }
div.DivClassName
{
background-color: #092DB6;
}
.BgClassName
{
background-color: #092DB6;
}
</style>
border-color css
<style>
span { border-color: #092DB6; }
span { border-color: rgb(9,45,182); }
td.TdClassName
{
border-color: #092DB6;
}
.TagClassName
{
border-color: #092DB6;
}
</style>