Html Css Color HEX #04007C Navy

📋 copy color: '#04007C'

red 4 ◦ green 0 ◦ blue 124

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

Shades of Navy #04007C

Tints of Navy #04007C

RGB

 RED value IS 4 (1.95% from 255) = 3.13%

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

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

R = 3.13%
G = 0%
B = 96.88%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04007C (or 0x04007C) is known color: Navy. HEX triplet: 04, 00 and 7C. RGB value is (4,0,124). Sum of RGB (Red+Green+Blue) = 4+0+124=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 124 (48.83% from 255 or 96.88% from 128); Max value from RGB is 124 - color contains mainly: blue. Hex color #04007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04007C is #FBFF83. Grayscale: #0E0E0E. Windows color (decimal): -16514948 or 8126468. OLE color: 8126468.

HSL color Cylindrical-coordinate representation of color #04007C: hue angle of 241.94º 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 #04007C is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 0 124 -
CMYK 0.97 1 0 0.51
HSL 241.94º 1% 0.24% -
HSV(B) 241.94º 1% 0.49% -
XYZ 3.69 1.48 19.16 -
YUV 15.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 4 0 124 0.97 1 0 0.51 241.94 1 0.24
Hex 4 0 7C 61 64 0 33 F2 64 18
Octal 4 0 174 141 144 0 63 362 144 30
Binary 100 0 1111100 1100001 1100100 0 110011 11110010 1100100 11000

Color Harmonies of #04007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04007C

Black with #04007C

Text Example


Text Example

White with #04007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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