Html Css Color HEX #091DA0 International Klein Blue

📋 copy color: '#091DA0'

red 9 ◦ green 29 ◦ blue 160

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

Shades of International Klein Blue #091DA0

Tints of International Klein Blue #091DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

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

R = 4.55%
G = 14.65%
B = 80.81%

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

#091DA0 (or 0x091DA0) is known color: International Klein Blue. HEX triplet: 09, 1D and A0. RGB value is (9,29,160). Sum of RGB (Red+Green+Blue) = 9+29+160=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 160 (62.89% from 255 or 80.81% from 198); Max value from RGB is 160 - color contains mainly: blue. Hex color #091DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DA0 is #F6E25F. Grayscale: #252525. Windows color (decimal): -16179808 or 10493193. OLE color: 10493193.

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

Color convert

RGB 9 29 160 -
CMYK 0.94 0.82 0 0.37
HSL 232.05º 0.89% 0.33% -
HSV(B) 232.05º 0.94% 0.63% -
XYZ 6.9 3.47 33.56 -
YUV 37.95 196.87 107.35 -
System Red Green Blue C M Y K H S L
Decimal 9 29 160 0.94 0.82 0 0.37 232.05 0.89 0.33
Hex 9 1D A0 5E 52 0 25 E8 59 21
Octal 11 35 240 136 122 0 45 350 131 41
Binary 1001 11101 10100000 1011110 1010010 0 100101 11101000 1011001 100001

Color Harmonies of #091DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DA0

Black with #091DA0

Text Example


Text Example

White with #091DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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