Html Css Color HEX #040074 Navy

📋 copy color: '#040074'

red 4 ◦ green 0 ◦ blue 116

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

Shades of Navy #040074

Tints of Navy #040074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 96.67%

R = 3.33%
G = 0%
B = 96.67%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040074 (or 0x040074) is known color: Navy. HEX triplet: 04, 00 and 74. RGB value is (4,0,116). Sum of RGB (Red+Green+Blue) = 4+0+116=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 116 (45.70% from 255 or 96.67% from 120); Max value from RGB is 116 - color contains mainly: blue. Hex color #040074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040074 is #FBFF8B. Grayscale: #0D0D0D. Windows color (decimal): -16514956 or 7602180. OLE color: 7602180.

HSL color Cylindrical-coordinate representation of color #040074: hue angle of 242.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040074 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 0 116 -
CMYK 0.97 1 0 0.55
HSL 242.07º 1% 0.23% -
HSV(B) 242.07º 1% 0.45% -
XYZ 3.2 1.29 16.6 -
YUV 14.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 4 0 116 0.97 1 0 0.55 242.07 1 0.23
Hex 4 0 74 61 64 0 37 F2 64 17
Octal 4 0 164 141 144 0 67 362 144 27
Binary 100 0 1110100 1100001 1100100 0 110111 11110010 1100100 10111

Color Harmonies of #040074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040074

Black with #040074

Text Example


Text Example

White with #040074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040074; }

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

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

background-color css

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

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

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

border-color css

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

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

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