Html Css Color HEX #041786 Dark Blue

📋 copy color: '#041786'

red 4 ◦ green 23 ◦ blue 134

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

Shades of Dark Blue #041786

Tints of Dark Blue #041786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

 BLUE value IS 134 (52.73% from 255) = 83.23%

R = 2.48%
G = 14.29%
B = 83.23%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#041786 (or 0x041786) is known color: Dark Blue. HEX triplet: 04, 17 and 86. RGB value is (4,23,134). Sum of RGB (Red+Green+Blue) = 4+23+134=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #041786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041786 is #FBE879. Grayscale: #1D1D1D. Windows color (decimal): -16509050 or 8787716. OLE color: 8787716.

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

Color convert

RGB 4 23 134 -
CMYK 0.97 0.83 0 0.47
HSL 231.23º 0.94% 0.27% -
HSV(B) 231.23º 0.97% 0.53% -
XYZ 4.66 2.36 22.76 -
YUV 29.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 4 23 134 0.97 0.83 0 0.47 231.23 0.94 0.27
Hex 4 17 86 61 53 0 2F E7 5E 1B
Octal 4 27 206 141 123 0 57 347 136 33
Binary 100 10111 10000110 1100001 1010011 0 101111 11100111 1011110 11011

Color Harmonies of #041786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041786

Black with #041786

Text Example


Text Example

White with #041786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041786; }

 p { color: rgb(4,23,134); }

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

background-color css

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

 a { background-color: rgb(4,23,134); }

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

border-color css

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

 span { border-color: rgb(4,23,134); }

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