Html Css Color HEX #070062 Navy

📋 copy color: '#070062'

red 7 ◦ green 0 ◦ blue 98

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

Shades of Navy #070062

Tints of Navy #070062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 93.33%

R = 6.67%
G = 0%
B = 93.33%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#070062 (or 0x070062) is known color: Navy. HEX triplet: 07, 00 and 62. RGB value is (7,0,98). Sum of RGB (Red+Green+Blue) = 7+0+98=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 98 (38.67% from 255 or 93.33% from 105); Max value from RGB is 98 - color contains mainly: blue. Hex color #070062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070062 is #F8FF9D. Grayscale: #0C0C0C. Windows color (decimal): -16318366 or 6422535. OLE color: 6422535.

HSL color Cylindrical-coordinate representation of color #070062: hue angle of 244.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070062 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 0 98 -
CMYK 0.93 1 0 0.62
HSL 244.29º 1% 0.19% -
HSV(B) 244.29º 1% 0.38% -
XYZ 2.29 0.93 11.61 -
YUV 13.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 7 0 98 0.93 1 0 0.62 244.29 1 0.19
Hex 7 0 62 5D 64 0 3E F4 64 13
Octal 7 0 142 135 144 0 76 364 144 23
Binary 111 0 1100010 1011101 1100100 0 111110 11110100 1100100 10011

Color Harmonies of #070062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070062

Black with #070062

Text Example


Text Example

White with #070062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070062; }

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

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

background-color css

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

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

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

border-color css

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

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

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