Html Css Color HEX #090E7D Navy

📋 copy color: '#090E7D'

red 9 ◦ green 14 ◦ blue 125

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

Shades of Navy #090E7D

Tints of Navy #090E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

 BLUE value IS 125 (49.22% from 255) = 84.46%

R = 6.08%
G = 9.46%
B = 84.46%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#090E7D (or 0x090E7D) is known color: Navy. HEX triplet: 09, 0E and 7D. RGB value is (9,14,125). Sum of RGB (Red+Green+Blue) = 9+14+125=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #090E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E7D is #F6F182. Grayscale: #181818. Windows color (decimal): -16183683 or 8195593. OLE color: 8195593.

HSL color Cylindrical-coordinate representation of color #090E7D: hue angle of 237.41º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090E7D is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 14 125 -
CMYK 0.93 0.89 0 0.51
HSL 237.41º 0.87% 0.26% -
HSV(B) 237.41º 0.93% 0.49% -
XYZ 3.97 1.85 19.55 -
YUV 25.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 9 14 125 0.93 0.89 0 0.51 237.41 0.87 0.26
Hex 9 E 7D 5D 59 0 33 ED 57 1A
Octal 11 16 175 135 131 0 63 355 127 32
Binary 1001 1110 1111101 1011101 1011001 0 110011 11101101 1010111 11010

Color Harmonies of #090E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E7D

Black with #090E7D

Text Example


Text Example

White with #090E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090E7D; }

 p { color: rgb(9,14,125); }

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

background-color css

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

 a { background-color: rgb(9,14,125); }

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

border-color css

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

 span { border-color: rgb(9,14,125); }

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