Html Css Color HEX #090070 Navy

📋 copy color: '#090070'

red 9 ◦ green 0 ◦ blue 112

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

Shades of Navy #090070

Tints of Navy #090070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 92.56%

R = 7.44%
G = 0%
B = 92.56%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090070 (or 0x090070) is known color: Navy. HEX triplet: 09, 00 and 70. RGB value is (9,0,112). Sum of RGB (Red+Green+Blue) = 9+0+112=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #090070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090070 is #F6FF8F. Grayscale: #0F0F0F. Windows color (decimal): -16187280 or 7340041. OLE color: 7340041.

HSL color Cylindrical-coordinate representation of color #090070: hue angle of 244.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090070 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 0 112 -
CMYK 0.92 1 0 0.56
HSL 244.82º 1% 0.22% -
HSV(B) 244.82º 1% 0.44% -
XYZ 3.04 1.23 15.41 -
YUV 15.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 9 0 112 0.92 1 0 0.56 244.82 1 0.22
Hex 9 0 70 5C 64 0 38 F5 64 16
Octal 11 0 160 134 144 0 70 365 144 26
Binary 1001 0 1110000 1011100 1100100 0 111000 11110101 1100100 10110

Color Harmonies of #090070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090070

Black with #090070

Text Example


Text Example

White with #090070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090070; }

 p { color: rgb(9,0,112); }

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

background-color css

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

 a { background-color: rgb(9,0,112); }

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

border-color css

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

 span { border-color: rgb(9,0,112); }

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