Html Css Color HEX #07057D Navy

📋 copy color: '#07057D'

red 7 ◦ green 5 ◦ blue 125

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

Shades of Navy #07057D

Tints of Navy #07057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 91.24%

R = 5.11%
G = 3.65%
B = 91.24%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07057D (or 0x07057D) is known color: Navy. HEX triplet: 07, 05 and 7D. RGB value is (7,5,125). Sum of RGB (Red+Green+Blue) = 7+5+125=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 125 (49.22% from 255 or 91.24% from 137); Max value from RGB is 125 - color contains mainly: blue. Hex color #07057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057D is #F8FA82. Grayscale: #121212. Windows color (decimal): -16317059 or 8193287. OLE color: 8193287.

HSL color Cylindrical-coordinate representation of color #07057D: hue angle of 241º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07057D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 5 125 -
CMYK 0.94 0.96 0 0.51
HSL 241º 0.92% 0.25% -
HSV(B) 241º 0.96% 0.49% -
XYZ 3.84 1.63 19.51 -
YUV 19.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 7 5 125 0.94 0.96 0 0.51 241 0.92 0.25
Hex 7 5 7D 5E 60 0 33 F1 5C 19
Octal 7 5 175 136 140 0 63 361 134 31
Binary 111 101 1111101 1011110 1100000 0 110011 11110001 1011100 11001

Color Harmonies of #07057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07057D

Black with #07057D

Text Example


Text Example

White with #07057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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