Html Css Color HEX #091AA0 International Klein Blue

📋 copy color: '#091AA0'

red 9 ◦ green 26 ◦ blue 160

#091AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #091AA0

Tints of International Klein Blue #091AA0

RGB

 RED value IS 9 (3.91% from 255) = 4.62%

 GREEN value IS 26 (10.55% from 255) = 13.33%

 BLUE value IS 160 (62.89% from 255) = 82.05%

R = 4.62%
G = 13.33%
B = 82.05%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#091AA0 (or 0x091AA0) is known color: International Klein Blue. HEX triplet: 09, 1A and A0. RGB value is (9,26,160). Sum of RGB (Red+Green+Blue) = 9+26+160=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 160 (62.89% from 255 or 82.05% from 195); Max value from RGB is 160 - color contains mainly: blue. Hex color #091AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AA0 is #F6E55F. Grayscale: #232323. Windows color (decimal): -16180576 or 10492425. OLE color: 10492425.

HSL color Cylindrical-coordinate representation of color #091AA0: hue angle of 233.25º 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 #091AA0 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 26 160 -
CMYK 0.94 0.84 0 0.37
HSL 233.25º 0.89% 0.33% -
HSV(B) 233.25º 0.94% 0.63% -
XYZ 6.83 3.33 33.54 -
YUV 36.19 197.87 108.6 -
System Red Green Blue C M Y K H S L
Decimal 9 26 160 0.94 0.84 0 0.37 233.25 0.89 0.33
Hex 9 1A A0 5E 54 0 25 E9 59 21
Octal 11 32 240 136 124 0 45 351 131 41
Binary 1001 11010 10100000 1011110 1010100 0 100101 11101001 1011001 100001

Color Harmonies of #091AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091AA0

Black with #091AA0

Text Example


Text Example

White with #091AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #091AA0;
 }
 .AnyTagClassName
 {
   color: #091AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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