Html Css Color HEX #092DB3 International Klein Blue
📋 copy color: '#092DB3'red 9 ◦ green 45 ◦ blue 179
Shades of International Klein Blue #092DB3
Tints of International Klein Blue #092DB3
RGB
CMYK
RGB Variations
Color information
#092DB3 (or 0x092DB3) is known color: International Klein Blue. HEX triplet: 09, 2D and B3. RGB value is (9,45,179). Sum of RGB (Red+Green+Blue) = 9+45+179=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #092DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB3 is #F6D24C. Grayscale: #303030. Windows color (decimal): -16175693 or 11742473. OLE color: 11742473.
HSL color Cylindrical-coordinate representation of color #092DB3: hue angle of 227.29º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB3 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 45 | 179 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.30 |
| HSL | 227.29º | 0.9% | 0.37% | - |
| HSV(B) | 227.29º | 0.95% | 0.7% | - |
| XYZ | 9.19 | 5.19 | 43.17 | - |
| YUV | 49.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 179 | 0.95 | 0.75 | 0 | 0.30 | 227.29 | 0.9 | 0.37 |
| Hex | 9 | 2D | B3 | 5F | 4B | 0 | 1E | E3 | 5A | 25 |
| Octal | 11 | 55 | 263 | 137 | 113 | 0 | 36 | 343 | 132 | 45 |
| Binary | 1001 | 101101 | 10110011 | 1011111 | 1001011 | 0 | 11110 | 11100011 | 1011010 | 100101 |
Color Harmonies of #092DB3
Complementary color
Monochromatic Colors of #092DB3
Black with #092DB3
Text Example
Text Example
White with #092DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DB3; }
p { color: rgb(9,45,179); }
H1.HeaderClassName
{
color: #092DB3;
}
.AnyTagClassName
{
color: #092DB3;
}
</style>
background-color css
<style>
a { background-color: #092DB3; }
a { background-color: rgb(9,45,179); }
div.DivClassName
{
background-color: #092DB3;
}
.BgClassName
{
background-color: #092DB3;
}
</style>
border-color css
<style>
span { border-color: #092DB3; }
span { border-color: rgb(9,45,179); }
td.TdClassName
{
border-color: #092DB3;
}
.TagClassName
{
border-color: #092DB3;
}
</style>