Html Css Color HEX #040185 Navy

📋 copy color: '#040185'

red 4 ◦ green 1 ◦ blue 133

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

Shades of Navy #040185

Tints of Navy #040185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 2.9%
G = 0.72%
B = 96.38%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#040185 (or 0x040185) is known color: Navy. HEX triplet: 04, 01 and 85. RGB value is (4,1,133). Sum of RGB (Red+Green+Blue) = 4+1+133=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 133 (52.34% from 255 or 96.38% from 138); Max value from RGB is 133 - color contains mainly: blue. Hex color #040185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040185 is #FBFE7A. Grayscale: #101010. Windows color (decimal): -16514683 or 8716548. OLE color: 8716548.

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

Color convert

RGB 4 1 133 -
CMYK 0.97 0.99 0 0.48
HSL 241.36º 0.99% 0.26% -
HSV(B) 241.36º 0.99% 0.52% -
XYZ 4.29 1.74 22.3 -
YUV 16.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 4 1 133 0.97 0.99 0 0.48 241.36 0.99 0.26
Hex 4 1 85 61 63 0 30 F1 63 1A
Octal 4 1 205 141 143 0 60 361 143 32
Binary 100 1 10000101 1100001 1100011 0 110000 11110001 1100011 11010

Color Harmonies of #040185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040185

Black with #040185

Text Example


Text Example

White with #040185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040185; }

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

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

background-color css

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

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

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

border-color css

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

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

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