Html Css Color HEX #04007D Navy

📋 copy color: '#04007D'

red 4 ◦ green 0 ◦ blue 125

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

Shades of Navy #04007D

Tints of Navy #04007D

RGB

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

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

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

R = 3.1%
G = 0%
B = 96.9%

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

#04007D (or 0x04007D) is known color: Navy. HEX triplet: 04, 00 and 7D. RGB value is (4,0,125). Sum of RGB (Red+Green+Blue) = 4+0+125=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 125 (49.22% from 255 or 96.90% from 129); Max value from RGB is 125 - color contains mainly: blue. Hex color #04007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04007D is #FBFF82. Grayscale: #0E0E0E. Windows color (decimal): -16514947 or 8192004. OLE color: 8192004.

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

Color convert

RGB 4 0 125 -
CMYK 0.97 1 0 0.51
HSL 241.92º 1% 0.25% -
HSV(B) 241.92º 1% 0.49% -
XYZ 3.75 1.51 19.5 -
YUV 15.45 189.83 119.84 -
System Red Green Blue C M Y K H S L
Decimal 4 0 125 0.97 1 0 0.51 241.92 1 0.25
Hex 4 0 7D 61 64 0 33 F2 64 19
Octal 4 0 175 141 144 0 63 362 144 31
Binary 100 0 1111101 1100001 1100100 0 110011 11110010 1100100 11001

Color Harmonies of #04007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04007D

Black with #04007D

Text Example


Text Example

White with #04007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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