Html Css Color HEX #040068 Navy

📋 copy color: '#040068'

red 4 ◦ green 0 ◦ blue 104

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

Shades of Navy #040068

Tints of Navy #040068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 96.3%

R = 3.7%
G = 0%
B = 96.3%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040068 (or 0x040068) is known color: Navy. HEX triplet: 04, 00 and 68. RGB value is (4,0,104). Sum of RGB (Red+Green+Blue) = 4+0+104=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 104 (41.02% from 255 or 96.30% from 108); Max value from RGB is 104 - color contains mainly: blue. Hex color #040068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040068 is #FBFF97. Grayscale: #0C0C0C. Windows color (decimal): -16514968 or 6815748. OLE color: 6815748.

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

Color convert

RGB 4 0 104 -
CMYK 0.96 1 0 0.59
HSL 242.31º 1% 0.2% -
HSV(B) 242.31º 1% 0.41% -
XYZ 2.55 1.03 13.16 -
YUV 13.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 4 0 104 0.96 1 0 0.59 242.31 1 0.2
Hex 4 0 68 60 64 0 3B F2 64 14
Octal 4 0 150 140 144 0 73 362 144 24
Binary 100 0 1101000 1100000 1100100 0 111011 11110010 1100100 10100

Color Harmonies of #040068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040068

Black with #040068

Text Example


Text Example

White with #040068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040068; }

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

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

background-color css

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

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

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

border-color css

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

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

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