Html Css Color HEX #07047A Navy

📋 copy color: '#07047A'

red 7 ◦ green 4 ◦ blue 122

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

Shades of Navy #07047A

Tints of Navy #07047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 91.73%

R = 5.26%
G = 3.01%
B = 91.73%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07047A (or 0x07047A) is known color: Navy. HEX triplet: 07, 04 and 7A. RGB value is (7,4,122). Sum of RGB (Red+Green+Blue) = 7+4+122=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 122 (48.05% from 255 or 91.73% from 133); Max value from RGB is 122 - color contains mainly: blue. Hex color #07047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07047A is #F8FB85. Grayscale: #111111. Windows color (decimal): -16317318 or 7996423. OLE color: 7996423.

HSL color Cylindrical-coordinate representation of color #07047A: hue angle of 241.53º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07047A is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 4 122 -
CMYK 0.94 0.97 0 0.52
HSL 241.53º 0.94% 0.25% -
HSV(B) 241.53º 0.97% 0.48% -
XYZ 3.64 1.54 18.52 -
YUV 18.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 7 4 122 0.94 0.97 0 0.52 241.53 0.94 0.25
Hex 7 4 7A 5E 61 0 34 F2 5E 19
Octal 7 4 172 136 141 0 64 362 136 31
Binary 111 100 1111010 1011110 1100001 0 110100 11110010 1011110 11001

Color Harmonies of #07047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07047A

Black with #07047A

Text Example


Text Example

White with #07047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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