Html Css Color HEX #041185 Navy

📋 copy color: '#041185'

red 4 ◦ green 17 ◦ blue 133

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

Shades of Navy #041185

Tints of Navy #041185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

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

R = 2.6%
G = 11.04%
B = 86.36%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#041185 (or 0x041185) is known color: Navy. HEX triplet: 04, 11 and 85. RGB value is (4,17,133). Sum of RGB (Red+Green+Blue) = 4+17+133=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #041185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041185 is #FBEE7A. Grayscale: #191919. Windows color (decimal): -16510587 or 8720644. OLE color: 8720644.

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

Color convert

RGB 4 17 133 -
CMYK 0.97 0.87 0 0.48
HSL 233.95º 0.94% 0.27% -
HSV(B) 233.95º 0.97% 0.52% -
XYZ 4.48 2.12 22.36 -
YUV 26.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 4 17 133 0.97 0.87 0 0.48 233.95 0.94 0.27
Hex 4 11 85 61 57 0 30 EA 5E 1B
Octal 4 21 205 141 127 0 60 352 136 33
Binary 100 10001 10000101 1100001 1010111 0 110000 11101010 1011110 11011

Color Harmonies of #041185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041185

Black with #041185

Text Example


Text Example

White with #041185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041185; }

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

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

background-color css

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

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

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

border-color css

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

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

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