#091DAF

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

Shades of International Klein Blue #091DAF

Tints of International Klein Blue #091DAF

Color information

#091DAF (or 0x091DAF) is unknown color: approx International Klein Blue. HEX triplet: 09, 1D and AF. RGB value is (9,29,175). Sum of RGB (Red+Green+Blue) = 9+29+175=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #091DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DAF is #F6E250. Grayscale: #272727. Windows color (decimal): -16179793 or 11476233. OLE color: 11476233.

HSL color Cylindrical-coordinate representation of color #091DAF: hue angle of 232.77º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DAF is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB929175-
CMYK0.950.8300.31
HSL232.77º90.22%36.08%-
HSV(B)232.77º94.86%68.63%-
XYZ8.294.0340.9-
YUV39.66204.37106.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 175 (68.75% from 255) = 82.16%
R=4.23%
G=13.62%
B=82.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9291750.950.8300.31232.7790.2236.08
Hex91DAF5F5301Fe95a24
Octal113525713712303735113244
Binary1001111011010111110111111010011011111111010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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