Html Css Color HEX #091CA4 International Klein Blue
📋 copy color: '#091CA4'red 9 ◦ green 28 ◦ blue 164
Shades of International Klein Blue #091CA4
Tints of International Klein Blue #091CA4
RGB
CMYK
RGB Variations
Color information
#091CA4 (or 0x091CA4) is known color: International Klein Blue. HEX triplet: 09, 1C and A4. RGB value is (9,28,164). Sum of RGB (Red+Green+Blue) = 9+28+164=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 164 (64.45% from 255 or 81.59% from 201); Max value from RGB is 164 - color contains mainly: blue. Hex color #091CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA4 is #F6E35B. Grayscale: #252525. Windows color (decimal): -16180060 or 10755081. OLE color: 10755081.
HSL color Cylindrical-coordinate representation of color #091CA4: hue angle of 232.65º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CA4 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 28 | 164 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.36 |
| HSL | 232.65º | 0.9% | 0.34% | - |
| HSV(B) | 232.65º | 0.95% | 0.64% | - |
| XYZ | 7.23 | 3.57 | 35.43 | - |
| YUV | 37.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 164 | 0.95 | 0.83 | 0 | 0.36 | 232.65 | 0.9 | 0.34 |
| Hex | 9 | 1C | A4 | 5F | 53 | 0 | 24 | E9 | 5A | 22 |
| Octal | 11 | 34 | 244 | 137 | 123 | 0 | 44 | 351 | 132 | 42 |
| Binary | 1001 | 11100 | 10100100 | 1011111 | 1010011 | 0 | 100100 | 11101001 | 1011010 | 100010 |
Color Harmonies of #091CA4
Complementary color
Monochromatic Colors of #091CA4
Black with #091CA4
Text Example
Text Example
White with #091CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CA4; }
p { color: rgb(9,28,164); }
H1.HeaderClassName
{
color: #091CA4;
}
.AnyTagClassName
{
color: #091CA4;
}
</style>
background-color css
<style>
a { background-color: #091CA4; }
a { background-color: rgb(9,28,164); }
div.DivClassName
{
background-color: #091CA4;
}
.BgClassName
{
background-color: #091CA4;
}
</style>
border-color css
<style>
span { border-color: #091CA4; }
span { border-color: rgb(9,28,164); }
td.TdClassName
{
border-color: #091CA4;
}
.TagClassName
{
border-color: #091CA4;
}
</style>