Html Css Color HEX #040191 Dark Blue

📋 copy color: '#040191'

red 4 ◦ green 1 ◦ blue 145

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

Shades of Dark Blue #040191

Tints of Dark Blue #040191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 2.67%
G = 0.67%
B = 96.67%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040191 (or 0x040191) is known color: Dark Blue. HEX triplet: 04, 01 and 91. RGB value is (4,1,145). Sum of RGB (Red+Green+Blue) = 4+1+145=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 145 (57.03% from 255 or 96.67% from 150); Max value from RGB is 145 - color contains mainly: blue. Hex color #040191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040191 is #FBFE6E. Grayscale: #111111. Windows color (decimal): -16514671 or 9502980. OLE color: 9502980.

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

Color convert

RGB 4 1 145 -
CMYK 0.97 0.99 0 0.43
HSL 241.25º 0.99% 0.29% -
HSV(B) 241.25º 0.99% 0.57% -
XYZ 5.17 2.09 26.92 -
YUV 18.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 4 1 145 0.97 0.99 0 0.43 241.25 0.99 0.29
Hex 4 1 91 61 63 0 2B F1 63 1D
Octal 4 1 221 141 143 0 53 361 143 35
Binary 100 1 10010001 1100001 1100011 0 101011 11110001 1100011 11101

Color Harmonies of #040191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040191

Black with #040191

Text Example


Text Example

White with #040191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040191; }

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

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

background-color css

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

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

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

border-color css

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

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

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