Html Css Color HEX #070675 Navy

📋 copy color: '#070675'

red 7 ◦ green 6 ◦ blue 117

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

Shades of Navy #070675

Tints of Navy #070675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

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

R = 5.38%
G = 4.62%
B = 90%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070675 (or 0x070675) is known color: Navy. HEX triplet: 07, 06 and 75. RGB value is (7,6,117). Sum of RGB (Red+Green+Blue) = 7+6+117=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #070675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070675 is #F8F98A. Grayscale: #121212. Windows color (decimal): -16316811 or 7669255. OLE color: 7669255.

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

Color convert

RGB 7 6 117 -
CMYK 0.94 0.95 0 0.54
HSL 240.54º 0.9% 0.24% -
HSV(B) 240.54º 0.95% 0.46% -
XYZ 3.36 1.46 16.93 -
YUV 18.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 7 6 117 0.94 0.95 0 0.54 240.54 0.9 0.24
Hex 7 6 75 5E 5F 0 36 F1 5A 18
Octal 7 6 165 136 137 0 66 361 132 30
Binary 111 110 1110101 1011110 1011111 0 110110 11110001 1011010 11000

Color Harmonies of #070675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070675

Black with #070675

Text Example


Text Example

White with #070675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070675; }

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

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

background-color css

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

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

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

border-color css

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

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

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