Html Css Color HEX #040085 Navy

📋 copy color: '#040085'

red 4 ◦ green 0 ◦ blue 133

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

Shades of Navy #040085

Tints of Navy #040085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 97.08%

R = 2.92%
G = 0%
B = 97.08%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#040085 (or 0x040085) is known color: Navy. HEX triplet: 04, 00 and 85. RGB value is (4,0,133). Sum of RGB (Red+Green+Blue) = 4+0+133=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 133 (52.34% from 255 or 97.08% from 137); Max value from RGB is 133 - color contains mainly: blue. Hex color #040085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040085 is #FBFF7A. Grayscale: #0F0F0F. Windows color (decimal): -16514939 or 8716292. OLE color: 8716292.

HSL color Cylindrical-coordinate representation of color #040085: hue angle of 241.8º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040085 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 0 133 -
CMYK 0.97 1 0 0.48
HSL 241.8º 1% 0.26% -
HSV(B) 241.8º 1% 0.52% -
XYZ 4.28 1.72 22.3 -
YUV 16.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 4 0 133 0.97 1 0 0.48 241.8 1 0.26
Hex 4 0 85 61 64 0 30 F2 64 1A
Octal 4 0 205 141 144 0 60 362 144 32
Binary 100 0 10000101 1100001 1100100 0 110000 11110010 1100100 11010

Color Harmonies of #040085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040085

Black with #040085

Text Example


Text Example

White with #040085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040085; }

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

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

background-color css

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

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

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

border-color css

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

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

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