Html Css Color HEX #041389 Dark Blue

📋 copy color: '#041389'

red 4 ◦ green 19 ◦ blue 137

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

Shades of Dark Blue #041389

Tints of Dark Blue #041389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

 BLUE value IS 137 (53.91% from 255) = 85.63%

R = 2.5%
G = 11.88%
B = 85.63%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#041389 (or 0x041389) is known color: Dark Blue. HEX triplet: 04, 13 and 89. RGB value is (4,19,137). Sum of RGB (Red+Green+Blue) = 4+19+137=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #041389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041389 is #FBEC76. Grayscale: #1B1B1B. Windows color (decimal): -16510071 or 8983300. OLE color: 8983300.

HSL color Cylindrical-coordinate representation of color #041389: hue angle of 233.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041389 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 19 137 -
CMYK 0.97 0.86 0 0.46
HSL 233.23º 0.94% 0.28% -
HSV(B) 233.23º 0.97% 0.54% -
XYZ 4.8 2.3 23.86 -
YUV 27.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 4 19 137 0.97 0.86 0 0.46 233.23 0.94 0.28
Hex 4 13 89 61 56 0 2E E9 5E 1C
Octal 4 23 211 141 126 0 56 351 136 34
Binary 100 10011 10001001 1100001 1010110 0 101110 11101001 1011110 11100

Color Harmonies of #041389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041389

Black with #041389

Text Example


Text Example

White with #041389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041389; }

 p { color: rgb(4,19,137); }

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

background-color css

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

 a { background-color: rgb(4,19,137); }

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

border-color css

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

 span { border-color: rgb(4,19,137); }

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