Html Css Color HEX #040891 Dark Blue

📋 copy color: '#040891'

red 4 ◦ green 8 ◦ blue 145

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

Shades of Dark Blue #040891

Tints of Dark Blue #040891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 2.55%
G = 5.1%
B = 92.36%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040891 (or 0x040891) is known color: Dark Blue. HEX triplet: 04, 08 and 91. RGB value is (4,8,145). Sum of RGB (Red+Green+Blue) = 4+8+145=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 145 (57.03% from 255 or 92.36% from 157); Max value from RGB is 145 - color contains mainly: blue. Hex color #040891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040891 is #FBF76E. Grayscale: #151515. Windows color (decimal): -16512879 or 9504772. OLE color: 9504772.

HSL color Cylindrical-coordinate representation of color #040891: hue angle of 238.3º 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 #040891 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 8 145 -
CMYK 0.97 0.94 0 0.43
HSL 238.3º 0.95% 0.29% -
HSV(B) 238.3º 0.97% 0.57% -
XYZ 5.25 2.24 26.94 -
YUV 22.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 4 8 145 0.97 0.94 0 0.43 238.3 0.95 0.29
Hex 4 8 91 61 5E 0 2B EE 5F 1D
Octal 4 10 221 141 136 0 53 356 137 35
Binary 100 1000 10010001 1100001 1011110 0 101011 11101110 1011111 11101

Color Harmonies of #040891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040891

Black with #040891

Text Example


Text Example

White with #040891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040891; }

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

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

background-color css

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

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

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

border-color css

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

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

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