Html Css Color HEX #040065 Navy

📋 copy color: '#040065'

red 4 ◦ green 0 ◦ blue 101

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

Shades of Navy #040065

Tints of Navy #040065

RGB

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

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

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

R = 3.81%
G = 0%
B = 96.19%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#040065 (or 0x040065) is known color: Navy. HEX triplet: 04, 00 and 65. RGB value is (4,0,101). Sum of RGB (Red+Green+Blue) = 4+0+101=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 101 (39.84% from 255 or 96.19% from 105); Max value from RGB is 101 - color contains mainly: blue. Hex color #040065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040065 is #FBFF9A. Grayscale: #0C0C0C. Windows color (decimal): -16514971 or 6619140. OLE color: 6619140.

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

Color convert

RGB 4 0 101 -
CMYK 0.96 1 0 0.60
HSL 242.38º 1% 0.2% -
HSV(B) 242.38º 1% 0.4% -
XYZ 2.4 0.97 12.37 -
YUV 12.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 4 0 101 0.96 1 0 0.60 242.38 1 0.2
Hex 4 0 65 60 64 0 3C F2 64 14
Octal 4 0 145 140 144 0 74 362 144 24
Binary 100 0 1100101 1100000 1100100 0 111100 11110010 1100100 10100

Color Harmonies of #040065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040065

Black with #040065

Text Example


Text Example

White with #040065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040065; }

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

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

background-color css

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

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

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

border-color css

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

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

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