#091FA2

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

Shades of International Klein Blue #091FA2

Tints of International Klein Blue #091FA2

Color information

#091FA2 (or 0x091FA2) is unknown color: approx International Klein Blue. HEX triplet: 09, 1F and A2. RGB value is (9,31,162). Sum of RGB (Red+Green+Blue) = 9+31+162=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 162 (63.67% from 255 or 80.20% from 202); Max value from RGB is 162 - color contains mainly: blue. Hex color #091FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091FA2 is #F6E05D. Grayscale: #262626. Windows color (decimal): -16179294 or 10624777. OLE color: 10624777.

HSL color Cylindrical-coordinate representation of color #091FA2: hue angle of 231.37º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091FA2 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB931162-
CMYK0.940.8100.36
HSL231.37º89.47%33.53%-
HSV(B)231.37º94.44%63.53%-
XYZ7.123.6534.51-
YUV39.36197.21106.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 31 (12.5% from 255) = 15.35%
BLUE value IS 162 (63.67% from 255) = 80.20%
R=4.46%
G=15.35%
B=80.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9311620.940.8100.36231.3789.4733.53
Hex91FA25E51024e75922
Octal113724213612104434713142
Binary10011111110100010101111010100010100100111001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,31,162); }

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

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

 a { background-color: rgb(9,31,162); }

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

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

 span { border-color: rgb(9,31,162); }

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