Html Css Color HEX #07007C Navy

📋 copy color: '#07007C'

red 7 ◦ green 0 ◦ blue 124

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

Shades of Navy #07007C

Tints of Navy #07007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 94.66%

R = 5.34%
G = 0%
B = 94.66%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07007C (or 0x07007C) is known color: Navy. HEX triplet: 07, 00 and 7C. RGB value is (7,0,124). Sum of RGB (Red+Green+Blue) = 7+0+124=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #07007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07007C is #F8FF83. Grayscale: #0F0F0F. Windows color (decimal): -16318340 or 8126471. OLE color: 8126471.

HSL color Cylindrical-coordinate representation of color #07007C: hue angle of 243.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07007C is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 0 124 -
CMYK 0.94 1 0 0.51
HSL 243.39º 1% 0.24% -
HSV(B) 243.39º 1% 0.49% -
XYZ 3.73 1.5 19.16 -
YUV 16.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 7 0 124 0.94 1 0 0.51 243.39 1 0.24
Hex 7 0 7C 5E 64 0 33 F3 64 18
Octal 7 0 174 136 144 0 63 363 144 30
Binary 111 0 1111100 1011110 1100100 0 110011 11110011 1100100 11000

Color Harmonies of #07007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07007C

Black with #07007C

Text Example


Text Example

White with #07007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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