Html Css Color HEX #040066 Navy

📋 copy color: '#040066'

red 4 ◦ green 0 ◦ blue 102

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

Shades of Navy #040066

Tints of Navy #040066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 96.23%

R = 3.77%
G = 0%
B = 96.23%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#040066 (or 0x040066) is known color: Navy. HEX triplet: 04, 00 and 66. RGB value is (4,0,102). Sum of RGB (Red+Green+Blue) = 4+0+102=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #040066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040066 is #FBFF99. Grayscale: #0C0C0C. Windows color (decimal): -16514970 or 6684676. OLE color: 6684676.

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

Color convert

RGB 4 0 102 -
CMYK 0.96 1 0 0.6
HSL 242.35º 1% 0.2% -
HSV(B) 242.35º 1% 0.4% -
XYZ 2.45 0.99 12.63 -
YUV 12.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 4 0 102 0.96 1 0 0.6 242.35 1 0.2
Hex 4 0 66 60 64 0 3C F2 64 14
Octal 4 0 146 140 144 0 74 362 144 24
Binary 100 0 1100110 1100000 1100100 0 111100 11110010 1100100 10100

Color Harmonies of #040066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040066

Black with #040066

Text Example


Text Example

White with #040066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040066; }

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

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

background-color css

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

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

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

border-color css

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

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

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