Html Css Color HEX #070075 Navy

📋 copy color: '#070075'

red 7 ◦ green 0 ◦ blue 117

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

Shades of Navy #070075

Tints of Navy #070075

RGB

 RED value IS 7 (3.13% from 255) = 5.65%

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

 BLUE value IS 117 (46.09% from 255) = 94.35%

R = 5.65%
G = 0%
B = 94.35%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070075 (or 0x070075) is known color: Navy. HEX triplet: 07, 00 and 75. RGB value is (7,0,117). Sum of RGB (Red+Green+Blue) = 7+0+117=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #070075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070075 is #F8FF8A. Grayscale: #0E0E0E. Windows color (decimal): -16318347 or 7667719. OLE color: 7667719.

HSL color Cylindrical-coordinate representation of color #070075: hue angle of 243.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070075 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 0 117 -
CMYK 0.94 1 0 0.54
HSL 243.59º 1% 0.23% -
HSV(B) 243.59º 1% 0.46% -
XYZ 3.3 1.33 16.91 -
YUV 15.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 7 0 117 0.94 1 0 0.54 243.59 1 0.23
Hex 7 0 75 5E 64 0 36 F4 64 17
Octal 7 0 165 136 144 0 66 364 144 27
Binary 111 0 1110101 1011110 1100100 0 110110 11110100 1100100 10111

Color Harmonies of #070075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070075

Black with #070075

Text Example


Text Example

White with #070075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070075; }

 p { color: rgb(7,0,117); }

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

background-color css

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

 a { background-color: rgb(7,0,117); }

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

border-color css

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

 span { border-color: rgb(7,0,117); }

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