Html Css Color HEX #07046D Navy

📋 copy color: '#07046D'

red 7 ◦ green 4 ◦ blue 109

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

Shades of Navy #07046D

Tints of Navy #07046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 109 (42.97% from 255) = 90.83%

R = 5.83%
G = 3.33%
B = 90.83%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07046D (or 0x07046D) is known color: Navy. HEX triplet: 07, 04 and 6D. RGB value is (7,4,109). Sum of RGB (Red+Green+Blue) = 7+4+109=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #07046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07046D is #F8FB92. Grayscale: #101010. Windows color (decimal): -16317331 or 7144455. OLE color: 7144455.

HSL color Cylindrical-coordinate representation of color #07046D: hue angle of 241.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07046D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 4 109 -
CMYK 0.94 0.96 0 0.57
HSL 241.71º 0.93% 0.22% -
HSV(B) 241.71º 0.96% 0.43% -
XYZ 2.89 1.24 14.55 -
YUV 16.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 7 4 109 0.94 0.96 0 0.57 241.71 0.93 0.22
Hex 7 4 6D 5E 60 0 39 F2 5D 16
Octal 7 4 155 136 140 0 71 362 135 26
Binary 111 100 1101101 1011110 1100000 0 111001 11110010 1011101 10110

Color Harmonies of #07046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07046D

Black with #07046D

Text Example


Text Example

White with #07046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07046D; }

 p { color: rgb(7,4,109); }

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

background-color css

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

 a { background-color: rgb(7,4,109); }

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

border-color css

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

 span { border-color: rgb(7,4,109); }

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