Html Css Color HEX #092EBA International Klein Blue
📋 copy color: '#092EBA'red 9 ◦ green 46 ◦ blue 186
Shades of International Klein Blue #092EBA
Tints of International Klein Blue #092EBA
RGB
CMYK
RGB Variations
Color information
#092EBA (or 0x092EBA) is known color: International Klein Blue. HEX triplet: 09, 2E and BA. RGB value is (9,46,186). Sum of RGB (Red+Green+Blue) = 9+46+186=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #092EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EBA is #F6D145. Grayscale: #323232. Windows color (decimal): -16175430 or 12201481. OLE color: 12201481.
HSL color Cylindrical-coordinate representation of color #092EBA: hue angle of 227.46º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092EBA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 46 | 186 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.27 |
| HSL | 227.46º | 0.91% | 0.38% | - |
| HSV(B) | 227.46º | 0.95% | 0.73% | - |
| XYZ | 9.95 | 5.56 | 47 | - |
| YUV | 50.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 186 | 0.95 | 0.75 | 0 | 0.27 | 227.46 | 0.91 | 0.38 |
| Hex | 9 | 2E | BA | 5F | 4B | 0 | 1B | E3 | 5B | 26 |
| Octal | 11 | 56 | 272 | 137 | 113 | 0 | 33 | 343 | 133 | 46 |
| Binary | 1001 | 101110 | 10111010 | 1011111 | 1001011 | 0 | 11011 | 11100011 | 1011011 | 100110 |
Color Harmonies of #092EBA
Complementary color
Monochromatic Colors of #092EBA
Black with #092EBA
Text Example
Text Example
White with #092EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092EBA; }
p { color: rgb(9,46,186); }
H1.HeaderClassName
{
color: #092EBA;
}
.AnyTagClassName
{
color: #092EBA;
}
</style>
background-color css
<style>
a { background-color: #092EBA; }
a { background-color: rgb(9,46,186); }
div.DivClassName
{
background-color: #092EBA;
}
.BgClassName
{
background-color: #092EBA;
}
</style>
border-color css
<style>
span { border-color: #092EBA; }
span { border-color: rgb(9,46,186); }
td.TdClassName
{
border-color: #092EBA;
}
.TagClassName
{
border-color: #092EBA;
}
</style>