Html Css Color HEX #092BB7 International Klein Blue
📋 copy color: '#092BB7'red 9 ◦ green 43 ◦ blue 183
Shades of International Klein Blue #092BB7
Tints of International Klein Blue #092BB7
RGB
CMYK
RGB Variations
Color information
#092BB7 (or 0x092BB7) is known color: International Klein Blue. HEX triplet: 09, 2B and B7. RGB value is (9,43,183). Sum of RGB (Red+Green+Blue) = 9+43+183=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 183 (71.88% from 255 or 77.87% from 235); Max value from RGB is 183 - color contains mainly: blue. Hex color #092BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BB7 is #F6D448. Grayscale: #303030. Windows color (decimal): -16176201 or 12004105. OLE color: 12004105.
HSL color Cylindrical-coordinate representation of color #092BB7: hue angle of 228.28º 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 #092BB7 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 43 | 183 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.28 |
| HSL | 228.28º | 0.91% | 0.38% | - |
| HSV(B) | 228.28º | 0.95% | 0.72% | - |
| XYZ | 9.52 | 5.2 | 45.3 | - |
| YUV | 48.79 | 203.74 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 183 | 0.95 | 0.77 | 0 | 0.28 | 228.28 | 0.91 | 0.38 |
| Hex | 9 | 2B | B7 | 5F | 4D | 0 | 1C | E4 | 5B | 26 |
| Octal | 11 | 53 | 267 | 137 | 115 | 0 | 34 | 344 | 133 | 46 |
| Binary | 1001 | 101011 | 10110111 | 1011111 | 1001101 | 0 | 11100 | 11100100 | 1011011 | 100110 |
Color Harmonies of #092BB7
Complementary color
Monochromatic Colors of #092BB7
Black with #092BB7
Text Example
Text Example
White with #092BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BB7; }
p { color: rgb(9,43,183); }
H1.HeaderClassName
{
color: #092BB7;
}
.AnyTagClassName
{
color: #092BB7;
}
</style>
background-color css
<style>
a { background-color: #092BB7; }
a { background-color: rgb(9,43,183); }
div.DivClassName
{
background-color: #092BB7;
}
.BgClassName
{
background-color: #092BB7;
}
</style>
border-color css
<style>
span { border-color: #092BB7; }
span { border-color: rgb(9,43,183); }
td.TdClassName
{
border-color: #092BB7;
}
.TagClassName
{
border-color: #092BB7;
}
</style>