Html Css Color HEX #070566 Navy

📋 copy color: '#070566'

red 7 ◦ green 5 ◦ blue 102

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

Shades of Navy #070566

Tints of Navy #070566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 6.14%
G = 4.39%
B = 89.47%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#070566 (or 0x070566) is known color: Navy. HEX triplet: 07, 05 and 66. RGB value is (7,5,102). Sum of RGB (Red+Green+Blue) = 7+5+102=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 102 (40.23% from 255 or 89.47% from 114); Max value from RGB is 102 - color contains mainly: blue. Hex color #070566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070566 is #F8FA99. Grayscale: #101010. Windows color (decimal): -16317082 or 6685959. OLE color: 6685959.

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

Color convert

RGB 7 5 102 -
CMYK 0.93 0.95 0 0.6
HSL 241.24º 0.91% 0.21% -
HSV(B) 241.24º 0.95% 0.4% -
XYZ 2.54 1.11 12.65 -
YUV 16.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 7 5 102 0.93 0.95 0 0.6 241.24 0.91 0.21
Hex 7 5 66 5D 5F 0 3C F1 5B 15
Octal 7 5 146 135 137 0 74 361 133 25
Binary 111 101 1100110 1011101 1011111 0 111100 11110001 1011011 10101

Color Harmonies of #070566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070566

Black with #070566

Text Example


Text Example

White with #070566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070566; }

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

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

background-color css

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

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

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

border-color css

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

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

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