Html Css Color HEX #092DB7 International Klein Blue
📋 copy color: '#092DB7'red 9 ◦ green 45 ◦ blue 183
Shades of International Klein Blue #092DB7
Tints of International Klein Blue #092DB7
RGB
CMYK
RGB Variations
Color information
#092DB7 (or 0x092DB7) is known color: International Klein Blue. HEX triplet: 09, 2D and B7. RGB value is (9,45,183). Sum of RGB (Red+Green+Blue) = 9+45+183=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #092DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB7 is #F6D248. Grayscale: #313131. Windows color (decimal): -16175689 or 12004617. OLE color: 12004617.
HSL color Cylindrical-coordinate representation of color #092DB7: hue angle of 227.59º 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 #092DB7 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 45 | 183 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.28 |
| HSL | 227.59º | 0.91% | 0.38% | - |
| HSV(B) | 227.59º | 0.95% | 0.72% | - |
| XYZ | 9.6 | 5.35 | 45.33 | - |
| YUV | 49.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 183 | 0.95 | 0.75 | 0 | 0.28 | 227.59 | 0.91 | 0.38 |
| Hex | 9 | 2D | B7 | 5F | 4B | 0 | 1C | E4 | 5B | 26 |
| Octal | 11 | 55 | 267 | 137 | 113 | 0 | 34 | 344 | 133 | 46 |
| Binary | 1001 | 101101 | 10110111 | 1011111 | 1001011 | 0 | 11100 | 11100100 | 1011011 | 100110 |
Color Harmonies of #092DB7
Complementary color
Monochromatic Colors of #092DB7
Black with #092DB7
Text Example
Text Example
White with #092DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DB7; }
p { color: rgb(9,45,183); }
H1.HeaderClassName
{
color: #092DB7;
}
.AnyTagClassName
{
color: #092DB7;
}
</style>
background-color css
<style>
a { background-color: #092DB7; }
a { background-color: rgb(9,45,183); }
div.DivClassName
{
background-color: #092DB7;
}
.BgClassName
{
background-color: #092DB7;
}
</style>
border-color css
<style>
span { border-color: #092DB7; }
span { border-color: rgb(9,45,183); }
td.TdClassName
{
border-color: #092DB7;
}
.TagClassName
{
border-color: #092DB7;
}
</style>