Html Css Color HEX #040E91 Dark Blue

📋 copy color: '#040E91'

red 4 ◦ green 14 ◦ blue 145

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

Shades of Dark Blue #040E91

Tints of Dark Blue #040E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.59%

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

R = 2.45%
G = 8.59%
B = 88.96%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#040E91 (or 0x040E91) is known color: Dark Blue. HEX triplet: 04, 0E and 91. RGB value is (4,14,145). Sum of RGB (Red+Green+Blue) = 4+14+145=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #040E91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040E91 is #FBF16E. Grayscale: #191919. Windows color (decimal): -16511343 or 9506308. OLE color: 9506308.

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

Color convert

RGB 4 14 145 -
CMYK 0.97 0.90 0 0.43
HSL 235.74º 0.95% 0.29% -
HSV(B) 235.74º 0.97% 0.57% -
XYZ 5.32 2.38 26.97 -
YUV 25.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 4 14 145 0.97 0.90 0 0.43 235.74 0.95 0.29
Hex 4 E 91 61 5A 0 2B EC 5F 1D
Octal 4 16 221 141 132 0 53 354 137 35
Binary 100 1110 10010001 1100001 1011010 0 101011 11101100 1011111 11101

Color Harmonies of #040E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E91

Black with #040E91

Text Example


Text Example

White with #040E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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