Html Css Color HEX #090191 Dark Blue

📋 copy color: '#090191'

red 9 ◦ green 1 ◦ blue 145

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

Shades of Dark Blue #090191

Tints of Dark Blue #090191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 145 (57.03% from 255) = 93.55%

R = 5.81%
G = 0.65%
B = 93.55%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#090191 (or 0x090191) is known color: Dark Blue. HEX triplet: 09, 01 and 91. RGB value is (9,1,145). Sum of RGB (Red+Green+Blue) = 9+1+145=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #090191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090191 is #F6FE6E. Grayscale: #131313. Windows color (decimal): -16186991 or 9502985. OLE color: 9502985.

HSL color Cylindrical-coordinate representation of color #090191: hue angle of 243.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090191 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 1 145 -
CMYK 0.94 0.99 0 0.43
HSL 243.33º 0.99% 0.29% -
HSV(B) 243.33º 0.99% 0.57% -
XYZ 5.23 2.12 26.92 -
YUV 19.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 9 1 145 0.94 0.99 0 0.43 243.33 0.99 0.29
Hex 9 1 91 5E 63 0 2B F3 63 1D
Octal 11 1 221 136 143 0 53 363 143 35
Binary 1001 1 10010001 1011110 1100011 0 101011 11110011 1100011 11101

Color Harmonies of #090191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090191

Black with #090191

Text Example


Text Example

White with #090191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090191; }

 p { color: rgb(9,1,145); }

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

background-color css

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

 a { background-color: rgb(9,1,145); }

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

border-color css

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

 span { border-color: rgb(9,1,145); }

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