Html Css Color HEX #041091 Dark Blue

📋 copy color: '#041091'

red 4 ◦ green 16 ◦ blue 145

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

Shades of Dark Blue #041091

Tints of Dark Blue #041091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 145 (57.03% from 255) = 87.88%

R = 2.42%
G = 9.7%
B = 87.88%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041091 (or 0x041091) is known color: Dark Blue. HEX triplet: 04, 10 and 91. RGB value is (4,16,145). Sum of RGB (Red+Green+Blue) = 4+16+145=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #041091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041091 is #FBEF6E. Grayscale: #1A1A1A. Windows color (decimal): -16510831 or 9506820. OLE color: 9506820.

HSL color Cylindrical-coordinate representation of color #041091: hue angle of 234.89º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041091 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 16 145 -
CMYK 0.97 0.89 0 0.43
HSL 234.89º 0.95% 0.29% -
HSV(B) 234.89º 0.97% 0.57% -
XYZ 5.35 2.44 26.98 -
YUV 27.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 4 16 145 0.97 0.89 0 0.43 234.89 0.95 0.29
Hex 4 10 91 61 59 0 2B EB 5F 1D
Octal 4 20 221 141 131 0 53 353 137 35
Binary 100 10000 10010001 1100001 1011001 0 101011 11101011 1011111 11101

Color Harmonies of #041091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041091

Black with #041091

Text Example


Text Example

White with #041091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041091; }

 p { color: rgb(4,16,145); }

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

background-color css

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

 a { background-color: rgb(4,16,145); }

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

border-color css

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

 span { border-color: rgb(4,16,145); }

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