Html Css Color HEX #07046E Navy

📋 copy color: '#07046E'

red 7 ◦ green 4 ◦ blue 110

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

Shades of Navy #07046E

Tints of Navy #07046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 90.91%

R = 5.79%
G = 3.31%
B = 90.91%

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

#07046E (or 0x07046E) is known color: Navy. HEX triplet: 07, 04 and 6E. RGB value is (7,4,110). Sum of RGB (Red+Green+Blue) = 7+4+110=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #07046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07046E is #F8FB91. Grayscale: #101010. Windows color (decimal): -16317330 or 7209991. OLE color: 7209991.

HSL color Cylindrical-coordinate representation of color #07046E: hue angle of 241.7º 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 #07046E is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 4 110 -
CMYK 0.94 0.96 0 0.57
HSL 241.7º 0.93% 0.22% -
HSV(B) 241.7º 0.96% 0.43% -
XYZ 2.95 1.26 14.84 -
YUV 16.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 7 4 110 0.94 0.96 0 0.57 241.7 0.93 0.22
Hex 7 4 6E 5E 60 0 39 F2 5D 16
Octal 7 4 156 136 140 0 71 362 135 26
Binary 111 100 1101110 1011110 1100000 0 111001 11110010 1011101 10110

Color Harmonies of #07046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07046E

Black with #07046E

Text Example


Text Example

White with #07046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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