Html Css Color HEX #040893 Dark Blue

📋 copy color: '#040893'

red 4 ◦ green 8 ◦ blue 147

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

Shades of Dark Blue #040893

Tints of Dark Blue #040893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 92.45%

R = 2.52%
G = 5.03%
B = 92.45%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040893 (or 0x040893) is known color: Dark Blue. HEX triplet: 04, 08 and 93. RGB value is (4,8,147). Sum of RGB (Red+Green+Blue) = 4+8+147=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 147 (57.81% from 255 or 92.45% from 159); Max value from RGB is 147 - color contains mainly: blue. Hex color #040893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040893 is #FBF76C. Grayscale: #161616. Windows color (decimal): -16512877 or 9635844. OLE color: 9635844.

HSL color Cylindrical-coordinate representation of color #040893: hue angle of 238.32º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040893 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 8 147 -
CMYK 0.97 0.95 0 0.42
HSL 238.32º 0.95% 0.3% -
HSV(B) 238.32º 0.97% 0.58% -
XYZ 5.4 2.31 27.76 -
YUV 22.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 4 8 147 0.97 0.95 0 0.42 238.32 0.95 0.3
Hex 4 8 93 61 5F 0 2A EE 5F 1E
Octal 4 10 223 141 137 0 52 356 137 36
Binary 100 1000 10010011 1100001 1011111 0 101010 11101110 1011111 11110

Color Harmonies of #040893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040893

Black with #040893

Text Example


Text Example

White with #040893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040893; }

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

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

background-color css

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

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

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

border-color css

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

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

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