Html Css Color HEX #07005C Navy

📋 copy color: '#07005C'

red 7 ◦ green 0 ◦ blue 92

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

Shades of Navy #07005C

Tints of Navy #07005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 92.93%

R = 7.07%
G = 0%
B = 92.93%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07005C (or 0x07005C) is known color: Navy. HEX triplet: 07, 00 and 5C. RGB value is (7,0,92). Sum of RGB (Red+Green+Blue) = 7+0+92=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #07005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07005C is #F8FFA3. Grayscale: #0C0C0C. Windows color (decimal): -16318372 or 6029319. OLE color: 6029319.

HSL color Cylindrical-coordinate representation of color #07005C: hue angle of 244.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07005C is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 0 92 -
CMYK 0.92 1 0 0.64
HSL 244.57º 1% 0.18% -
HSV(B) 244.57º 1% 0.36% -
XYZ 2.02 0.82 10.18 -
YUV 12.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 7 0 92 0.92 1 0 0.64 244.57 1 0.18
Hex 7 0 5C 5C 64 0 40 F5 64 12
Octal 7 0 134 134 144 0 100 365 144 22
Binary 111 0 1011100 1011100 1100100 0 1000000 11110101 1100100 10010

Color Harmonies of #07005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07005C

Black with #07005C

Text Example


Text Example

White with #07005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07005C; }

 p { color: rgb(7,0,92); }

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

background-color css

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

 a { background-color: rgb(7,0,92); }

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

border-color css

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

 span { border-color: rgb(7,0,92); }

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