#091BA5

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

Shades of International Klein Blue #091BA5

Tints of International Klein Blue #091BA5

Color information

#091BA5 (or 0x091BA5) is unknown color: approx International Klein Blue. HEX triplet: 09, 1B and A5. RGB value is (9,27,165). Sum of RGB (Red+Green+Blue) = 9+27+165=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 165 (64.84% from 255 or 82.09% from 201); Max value from RGB is 165 - color contains mainly: blue. Hex color #091BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BA5 is #F6E45A. Grayscale: #242424. Windows color (decimal): -16180315 or 10820361. OLE color: 10820361.

HSL color Cylindrical-coordinate representation of color #091BA5: hue angle of 233.08º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091BA5 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB927165-
CMYK0.950.8400.35
HSL233.08º89.66%34.12%-
HSV(B)233.08º94.55%64.71%-
XYZ7.33.5635.9-
YUV37.35200.04107.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 165 (64.84% from 255) = 82.09%
R=4.48%
G=13.43%
B=82.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9271650.950.8400.35233.0889.6634.12
Hex91BA55F54023e95a22
Octal113324513712404335113242
Binary10011101110100101101111110101000100011111010011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,27,165); }

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

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

 a { background-color: rgb(9,27,165); }

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

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

 span { border-color: rgb(9,27,165); }

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