Html Css Color HEX #090379 Navy

📋 copy color: '#090379'

red 9 ◦ green 3 ◦ blue 121

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

Shades of Navy #090379

Tints of Navy #090379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

 BLUE value IS 121 (47.66% from 255) = 90.98%

R = 6.77%
G = 2.26%
B = 90.98%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#090379 (or 0x090379) is known color: Navy. HEX triplet: 09, 03 and 79. RGB value is (9,3,121). Sum of RGB (Red+Green+Blue) = 9+3+121=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 121 (47.66% from 255 or 90.98% from 133); Max value from RGB is 121 - color contains mainly: blue. Hex color #090379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090379 is #F6FC86. Grayscale: #111111. Windows color (decimal): -16186503 or 7930633. OLE color: 7930633.

HSL color Cylindrical-coordinate representation of color #090379: hue angle of 243.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090379 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 3 121 -
CMYK 0.93 0.98 0 0.53
HSL 243.05º 0.95% 0.24% -
HSV(B) 243.05º 0.98% 0.47% -
XYZ 3.6 1.5 18.19 -
YUV 18.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 9 3 121 0.93 0.98 0 0.53 243.05 0.95 0.24
Hex 9 3 79 5D 62 0 35 F3 5F 18
Octal 11 3 171 135 142 0 65 363 137 30
Binary 1001 11 1111001 1011101 1100010 0 110101 11110011 1011111 11000

Color Harmonies of #090379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090379

Black with #090379

Text Example


Text Example

White with #090379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090379; }

 p { color: rgb(9,3,121); }

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

background-color css

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

 a { background-color: rgb(9,3,121); }

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

border-color css

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

 span { border-color: rgb(9,3,121); }

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