Html Css Color HEX #040067 Navy

📋 copy color: '#040067'

red 4 ◦ green 0 ◦ blue 103

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

Shades of Navy #040067

Tints of Navy #040067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 96.26%

R = 3.74%
G = 0%
B = 96.26%

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

#040067 (or 0x040067) is known color: Navy. HEX triplet: 04, 00 and 67. RGB value is (4,0,103). Sum of RGB (Red+Green+Blue) = 4+0+103=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 103 (40.62% from 255 or 96.26% from 107); Max value from RGB is 103 - color contains mainly: blue. Hex color #040067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040067 is #FBFF98. Grayscale: #0C0C0C. Windows color (decimal): -16514969 or 6750212. OLE color: 6750212.

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

Color convert

RGB 4 0 103 -
CMYK 0.96 1 0 0.60
HSL 242.33º 1% 0.2% -
HSV(B) 242.33º 1% 0.4% -
XYZ 2.5 1.01 12.89 -
YUV 12.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 4 0 103 0.96 1 0 0.60 242.33 1 0.2
Hex 4 0 67 60 64 0 3C F2 64 14
Octal 4 0 147 140 144 0 74 362 144 24
Binary 100 0 1100111 1100000 1100100 0 111100 11110010 1100100 10100

Color Harmonies of #040067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040067

Black with #040067

Text Example


Text Example

White with #040067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040067; }

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

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

background-color css

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

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

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

border-color css

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

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

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