Html Css Color HEX #091CBC International Klein Blue
📋 copy color: '#091CBC'red 9 ◦ green 28 ◦ blue 188
Shades of International Klein Blue #091CBC
Tints of International Klein Blue #091CBC
RGB
CMYK
RGB Variations
Color information
#091CBC (or 0x091CBC) is known color: International Klein Blue. HEX triplet: 09, 1C and BC. RGB value is (9,28,188). Sum of RGB (Red+Green+Blue) = 9+28+188=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #091CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBC is #F6E343. Grayscale: #272727. Windows color (decimal): -16180036 or 12327945. OLE color: 12327945.
HSL color Cylindrical-coordinate representation of color #091CBC: hue angle of 233.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CBC is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 28 | 188 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.26 |
| HSL | 233.63º | 0.91% | 0.39% | - |
| HSV(B) | 233.63º | 0.95% | 0.74% | - |
| XYZ | 9.61 | 4.52 | 47.94 | - |
| YUV | 40.56 | 211.21 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 188 | 0.95 | 0.85 | 0 | 0.26 | 233.63 | 0.91 | 0.39 |
| Hex | 9 | 1C | BC | 5F | 55 | 0 | 1A | EA | 5B | 27 |
| Octal | 11 | 34 | 274 | 137 | 125 | 0 | 32 | 352 | 133 | 47 |
| Binary | 1001 | 11100 | 10111100 | 1011111 | 1010101 | 0 | 11010 | 11101010 | 1011011 | 100111 |
Color Harmonies of #091CBC
Complementary color
Monochromatic Colors of #091CBC
Black with #091CBC
Text Example
Text Example
White with #091CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CBC; }
p { color: rgb(9,28,188); }
H1.HeaderClassName
{
color: #091CBC;
}
.AnyTagClassName
{
color: #091CBC;
}
</style>
background-color css
<style>
a { background-color: #091CBC; }
a { background-color: rgb(9,28,188); }
div.DivClassName
{
background-color: #091CBC;
}
.BgClassName
{
background-color: #091CBC;
}
</style>
border-color css
<style>
span { border-color: #091CBC; }
span { border-color: rgb(9,28,188); }
td.TdClassName
{
border-color: #091CBC;
}
.TagClassName
{
border-color: #091CBC;
}
</style>