Html Css Color HEX #070175 Navy

📋 copy color: '#070175'

red 7 ◦ green 1 ◦ blue 117

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

Shades of Navy #070175

Tints of Navy #070175

RGB

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

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

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

R = 5.6%
G = 0.8%
B = 93.6%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070175 (or 0x070175) is known color: Navy. HEX triplet: 07, 01 and 75. RGB value is (7,1,117). Sum of RGB (Red+Green+Blue) = 7+1+117=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #070175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070175 is #F8FE8A. Grayscale: #0F0F0F. Windows color (decimal): -16318091 or 7667975. OLE color: 7667975.

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

Color convert

RGB 7 1 117 -
CMYK 0.94 0.99 0 0.54
HSL 243.1º 0.98% 0.23% -
HSV(B) 243.1º 0.99% 0.46% -
XYZ 3.31 1.35 16.92 -
YUV 16.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 7 1 117 0.94 0.99 0 0.54 243.1 0.98 0.23
Hex 7 1 75 5E 63 0 36 F3 62 17
Octal 7 1 165 136 143 0 66 363 142 27
Binary 111 1 1110101 1011110 1100011 0 110110 11110011 1100010 10111

Color Harmonies of #070175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070175

Black with #070175

Text Example


Text Example

White with #070175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070175; }

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

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

background-color css

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

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

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

border-color css

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

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

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