Html Css Color HEX #070366 Navy

📋 copy color: '#070366'

red 7 ◦ green 3 ◦ blue 102

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

Shades of Navy #070366

Tints of Navy #070366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 102 (40.23% from 255) = 91.07%

R = 6.25%
G = 2.68%
B = 91.07%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#070366 (or 0x070366) is known color: Navy. HEX triplet: 07, 03 and 66. RGB value is (7,3,102). Sum of RGB (Red+Green+Blue) = 7+3+102=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 102 (40.23% from 255 or 91.07% from 112); Max value from RGB is 102 - color contains mainly: blue. Hex color #070366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070366 is #F8FC99. Grayscale: #0F0F0F. Windows color (decimal): -16317594 or 6685447. OLE color: 6685447.

HSL color Cylindrical-coordinate representation of color #070366: hue angle of 242.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070366 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 3 102 -
CMYK 0.93 0.97 0 0.6
HSL 242.42º 0.94% 0.21% -
HSV(B) 242.42º 0.97% 0.4% -
XYZ 2.52 1.07 12.64 -
YUV 15.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 7 3 102 0.93 0.97 0 0.6 242.42 0.94 0.21
Hex 7 3 66 5D 61 0 3C F2 5E 15
Octal 7 3 146 135 141 0 74 362 136 25
Binary 111 11 1100110 1011101 1100001 0 111100 11110010 1011110 10101

Color Harmonies of #070366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070366

Black with #070366

Text Example


Text Example

White with #070366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070366; }

 p { color: rgb(7,3,102); }

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

background-color css

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

 a { background-color: rgb(7,3,102); }

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

border-color css

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

 span { border-color: rgb(7,3,102); }

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