Html Css Color HEX #040365 Navy

📋 copy color: '#040365'

red 4 ◦ green 3 ◦ blue 101

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

Shades of Navy #040365

Tints of Navy #040365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 101 (39.84% from 255) = 93.52%

R = 3.7%
G = 2.78%
B = 93.52%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#040365 (or 0x040365) is known color: Navy. HEX triplet: 04, 03 and 65. RGB value is (4,3,101). Sum of RGB (Red+Green+Blue) = 4+3+101=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 101 (39.84% from 255 or 93.52% from 108); Max value from RGB is 101 - color contains mainly: blue. Hex color #040365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040365 is #FBFC9A. Grayscale: #0E0E0E. Windows color (decimal): -16514203 or 6619908. OLE color: 6619908.

HSL color Cylindrical-coordinate representation of color #040365: hue angle of 240.61º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040365 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 3 101 -
CMYK 0.96 0.97 0 0.60
HSL 240.61º 0.94% 0.2% -
HSV(B) 240.61º 0.97% 0.4% -
XYZ 2.43 1.03 12.38 -
YUV 14.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 4 3 101 0.96 0.97 0 0.60 240.61 0.94 0.2
Hex 4 3 65 60 61 0 3C F1 5E 14
Octal 4 3 145 140 141 0 74 361 136 24
Binary 100 11 1100101 1100000 1100001 0 111100 11110001 1011110 10100

Color Harmonies of #040365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040365

Black with #040365

Text Example


Text Example

White with #040365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040365; }

 p { color: rgb(4,3,101); }

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

background-color css

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

 a { background-color: rgb(4,3,101); }

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

border-color css

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

 span { border-color: rgb(4,3,101); }

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