Html Css Color HEX #091CA0 International Klein Blue

📋 copy color: '#091CA0'

red 9 ◦ green 28 ◦ blue 160

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

Shades of International Klein Blue #091CA0

Tints of International Klein Blue #091CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 4.57%
G = 14.21%
B = 81.22%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#091CA0 (or 0x091CA0) is known color: International Klein Blue. HEX triplet: 09, 1C and A0. RGB value is (9,28,160). Sum of RGB (Red+Green+Blue) = 9+28+160=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 160 (62.89% from 255 or 81.22% from 197); Max value from RGB is 160 - color contains mainly: blue. Hex color #091CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA0 is #F6E35F. Grayscale: #242424. Windows color (decimal): -16180064 or 10492937. OLE color: 10492937.

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

Color convert

RGB 9 28 160 -
CMYK 0.94 0.82 0 0.37
HSL 232.45º 0.89% 0.33% -
HSV(B) 232.45º 0.94% 0.63% -
XYZ 6.87 3.43 33.56 -
YUV 37.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 9 28 160 0.94 0.82 0 0.37 232.45 0.89 0.33
Hex 9 1C A0 5E 52 0 25 E8 59 21
Octal 11 34 240 136 122 0 45 350 131 41
Binary 1001 11100 10100000 1011110 1010010 0 100101 11101000 1011001 100001

Color Harmonies of #091CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CA0

Black with #091CA0

Text Example


Text Example

White with #091CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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