Html Css Color HEX #040968 Navy

📋 copy color: '#040968'

red 4 ◦ green 9 ◦ blue 104

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

Shades of Navy #040968

Tints of Navy #040968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 3.42%
G = 7.69%
B = 88.89%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040968 (or 0x040968) is known color: Navy. HEX triplet: 04, 09 and 68. RGB value is (4,9,104). Sum of RGB (Red+Green+Blue) = 4+9+104=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 104 (41.02% from 255 or 88.89% from 117); Max value from RGB is 104 - color contains mainly: blue. Hex color #040968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040968 is #FBF697. Grayscale: #111111. Windows color (decimal): -16512664 or 6818052. OLE color: 6818052.

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

Color convert

RGB 4 9 104 -
CMYK 0.96 0.91 0 0.59
HSL 237º 0.93% 0.21% -
HSV(B) 237º 0.96% 0.41% -
XYZ 2.65 1.22 13.19 -
YUV 18.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 4 9 104 0.96 0.91 0 0.59 237 0.93 0.21
Hex 4 9 68 60 5B 0 3B ED 5D 15
Octal 4 11 150 140 133 0 73 355 135 25
Binary 100 1001 1101000 1100000 1011011 0 111011 11101101 1011101 10101

Color Harmonies of #040968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040968

Black with #040968

Text Example


Text Example

White with #040968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040968; }

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

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

background-color css

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

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

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

border-color css

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

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

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