#091DA0

Color #091DA0 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #091DA0

Tints of International Klein Blue #091DA0

Color information

#091DA0 (or 0x091DA0) is unknown color: approx International Klein Blue. HEX triplet: 09, 1D and A0. RGB value is (9,29,160). Sum of RGB (Red+Green+Blue) = 9+29+160=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 160 (62.89% from 255 or 80.81% from 198); Max value from RGB is 160 - color contains mainly: blue. Hex color #091DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DA0 is #F6E25F. Grayscale: #252525. Windows color (decimal): -16179808 or 10493193. OLE color: 10493193.

HSL color Cylindrical-coordinate representation of color #091DA0: hue angle of 232.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091DA0 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB929160-
CMYK0.940.8200.37
HSL232.05º89.35%33.14%-
HSV(B)232.05º94.38%62.75%-
XYZ6.93.4733.56-
YUV37.95196.87107.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.55%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 160 (62.89% from 255) = 80.81%
R=4.55%
G=14.65%
B=80.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9291600.940.8200.37232.0589.3533.14
Hex91DA05E52025e85921
Octal113524013612204535013141
Binary10011110110100000101111010100100100101111010001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091DA0; }

 p { color: rgb(9,29,160); }

 H1.HeaderClassName
 {
   color: #091DA0;
 }
 .AnyTagClassName
 {
   color: #091DA0;
 }
</style>
background-color css

<style>
 a { background-color: #091DA0; }

 a { background-color: rgb(9,29,160); }

 div.DivClassName
 {
   background-color: #091DA0;
 }
 .BgClassName
 {
   background-color: #091DA0;
 }
</style>
border-color css

<style>
 span { border-color: #091DA0; }

 span { border-color: rgb(9,29,160); }

 td.TdClassName
 {
   border-color: #091DA0;
 }
 .TagClassName
 {
   border-color: #091DA0;
 }
</style>