Html Css Color HEX #040073 Navy

📋 copy color: '#040073'

red 4 ◦ green 0 ◦ blue 115

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

Shades of Navy #040073

Tints of Navy #040073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 96.64%

R = 3.36%
G = 0%
B = 96.64%

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

#040073 (or 0x040073) is known color: Navy. HEX triplet: 04, 00 and 73. RGB value is (4,0,115). Sum of RGB (Red+Green+Blue) = 4+0+115=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 115 (45.31% from 255 or 96.64% from 119); Max value from RGB is 115 - color contains mainly: blue. Hex color #040073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040073 is #FBFF8C. Grayscale: #0D0D0D. Windows color (decimal): -16514957 or 7536644. OLE color: 7536644.

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

Color convert

RGB 4 0 115 -
CMYK 0.97 1 0 0.55
HSL 242.09º 1% 0.23% -
HSV(B) 242.09º 1% 0.45% -
XYZ 3.14 1.26 16.3 -
YUV 14.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 4 0 115 0.97 1 0 0.55 242.09 1 0.23
Hex 4 0 73 61 64 0 37 F2 64 17
Octal 4 0 163 141 144 0 67 362 144 27
Binary 100 0 1110011 1100001 1100100 0 110111 11110010 1100100 10111

Color Harmonies of #040073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040073

Black with #040073

Text Example


Text Example

White with #040073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040073; }

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

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

background-color css

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

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

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

border-color css

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

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

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