Html Css Color HEX #040293 Dark Blue

📋 copy color: '#040293'

red 4 ◦ green 2 ◦ blue 147

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

Shades of Dark Blue #040293

Tints of Dark Blue #040293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 2.61%
G = 1.31%
B = 96.08%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040293 (or 0x040293) is known color: Dark Blue. HEX triplet: 04, 02 and 93. RGB value is (4,2,147). Sum of RGB (Red+Green+Blue) = 4+2+147=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 147 (57.81% from 255 or 96.08% from 153); Max value from RGB is 147 - color contains mainly: blue. Hex color #040293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040293 is #FBFD6C. Grayscale: #121212. Windows color (decimal): -16514413 or 9634308. OLE color: 9634308.

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

Color convert

RGB 4 2 147 -
CMYK 0.97 0.99 0 0.42
HSL 240.83º 0.97% 0.29% -
HSV(B) 240.83º 0.99% 0.58% -
XYZ 5.34 2.18 27.74 -
YUV 19.13 200.16 117.21 -
System Red Green Blue C M Y K H S L
Decimal 4 2 147 0.97 0.99 0 0.42 240.83 0.97 0.29
Hex 4 2 93 61 63 0 2A F1 61 1D
Octal 4 2 223 141 143 0 52 361 141 35
Binary 100 10 10010011 1100001 1100011 0 101010 11110001 1100001 11101

Color Harmonies of #040293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040293

Black with #040293

Text Example


Text Example

White with #040293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040293; }

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

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

background-color css

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

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

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

border-color css

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

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

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