Html Css Color HEX #040093 Dark Blue

📋 copy color: '#040093'

red 4 ◦ green 0 ◦ blue 147

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

Shades of Dark Blue #040093

Tints of Dark Blue #040093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.65%
G = 0%
B = 97.35%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#040093 (or 0x040093) is known color: Dark Blue. HEX triplet: 04, 00 and 93. RGB value is (4,0,147). Sum of RGB (Red+Green+Blue) = 4+0+147=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 147 (57.81% from 255 or 97.35% from 151); Max value from RGB is 147 - color contains mainly: blue. Hex color #040093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040093 is #FBFF6C. Grayscale: #111111. Windows color (decimal): -16514925 or 9633796. OLE color: 9633796.

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

Color convert

RGB 4 0 147 -
CMYK 0.97 1 0 0.42
HSL 241.63º 1% 0.29% -
HSV(B) 241.63º 1% 0.58% -
XYZ 5.32 2.13 27.74 -
YUV 17.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 4 0 147 0.97 1 0 0.42 241.63 1 0.29
Hex 4 0 93 61 64 0 2A F2 64 1D
Octal 4 0 223 141 144 0 52 362 144 35
Binary 100 0 10010011 1100001 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #040093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040093

Black with #040093

Text Example


Text Example

White with #040093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040093; }

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

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

background-color css

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

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

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

border-color css

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

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

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