Html Css Color HEX #092BBA International Klein Blue
📋 copy color: '#092BBA'red 9 ◦ green 43 ◦ blue 186
Shades of International Klein Blue #092BBA
Tints of International Klein Blue #092BBA
RGB
CMYK
RGB Variations
Color information
#092BBA (or 0x092BBA) is known color: International Klein Blue. HEX triplet: 09, 2B and BA. RGB value is (9,43,186). Sum of RGB (Red+Green+Blue) = 9+43+186=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #092BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBA is #F6D445. Grayscale: #303030. Windows color (decimal): -16176198 or 12200713. OLE color: 12200713.
HSL color Cylindrical-coordinate representation of color #092BBA: hue angle of 228.47º 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 #092BBA is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 43 | 186 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.27 |
| HSL | 228.47º | 0.91% | 0.38% | - |
| HSV(B) | 228.47º | 0.95% | 0.73% | - |
| XYZ | 9.84 | 5.33 | 46.96 | - |
| YUV | 49.14 | 205.24 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 186 | 0.95 | 0.77 | 0 | 0.27 | 228.47 | 0.91 | 0.38 |
| Hex | 9 | 2B | BA | 5F | 4D | 0 | 1B | E4 | 5B | 26 |
| Octal | 11 | 53 | 272 | 137 | 115 | 0 | 33 | 344 | 133 | 46 |
| Binary | 1001 | 101011 | 10111010 | 1011111 | 1001101 | 0 | 11011 | 11100100 | 1011011 | 100110 |
Color Harmonies of #092BBA
Complementary color
Monochromatic Colors of #092BBA
Black with #092BBA
Text Example
Text Example
White with #092BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BBA; }
p { color: rgb(9,43,186); }
H1.HeaderClassName
{
color: #092BBA;
}
.AnyTagClassName
{
color: #092BBA;
}
</style>
background-color css
<style>
a { background-color: #092BBA; }
a { background-color: rgb(9,43,186); }
div.DivClassName
{
background-color: #092BBA;
}
.BgClassName
{
background-color: #092BBA;
}
</style>
border-color css
<style>
span { border-color: #092BBA; }
span { border-color: rgb(9,43,186); }
td.TdClassName
{
border-color: #092BBA;
}
.TagClassName
{
border-color: #092BBA;
}
</style>