Html Css Color HEX #092DB8 International Klein Blue
📋 copy color: '#092DB8'red 9 ◦ green 45 ◦ blue 184
Shades of International Klein Blue #092DB8
Tints of International Klein Blue #092DB8
RGB
CMYK
RGB Variations
Color information
#092DB8 (or 0x092DB8) is known color: International Klein Blue. HEX triplet: 09, 2D and B8. RGB value is (9,45,184). Sum of RGB (Red+Green+Blue) = 9+45+184=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 184 (72.27% from 255 or 77.31% from 238); Max value from RGB is 184 - color contains mainly: blue. Hex color #092DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB8 is #F6D247. Grayscale: #313131. Windows color (decimal): -16175688 or 12070153. OLE color: 12070153.
HSL color Cylindrical-coordinate representation of color #092DB8: hue angle of 227.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB8 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 45 | 184 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.28 |
| HSL | 227.66º | 0.91% | 0.38% | - |
| HSV(B) | 227.66º | 0.95% | 0.72% | - |
| XYZ | 9.7 | 5.4 | 45.88 | - |
| YUV | 50.08 | 203.57 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 184 | 0.95 | 0.76 | 0 | 0.28 | 227.66 | 0.91 | 0.38 |
| Hex | 9 | 2D | B8 | 5F | 4C | 0 | 1C | E4 | 5B | 26 |
| Octal | 11 | 55 | 270 | 137 | 114 | 0 | 34 | 344 | 133 | 46 |
| Binary | 1001 | 101101 | 10111000 | 1011111 | 1001100 | 0 | 11100 | 11100100 | 1011011 | 100110 |
Color Harmonies of #092DB8
Complementary color
Monochromatic Colors of #092DB8
Black with #092DB8
Text Example
Text Example
White with #092DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DB8; }
p { color: rgb(9,45,184); }
H1.HeaderClassName
{
color: #092DB8;
}
.AnyTagClassName
{
color: #092DB8;
}
</style>
background-color css
<style>
a { background-color: #092DB8; }
a { background-color: rgb(9,45,184); }
div.DivClassName
{
background-color: #092DB8;
}
.BgClassName
{
background-color: #092DB8;
}
</style>
border-color css
<style>
span { border-color: #092DB8; }
span { border-color: rgb(9,45,184); }
td.TdClassName
{
border-color: #092DB8;
}
.TagClassName
{
border-color: #092DB8;
}
</style>