Html Css Color HEX #040192 Dark Blue

📋 copy color: '#040192'

red 4 ◦ green 1 ◦ blue 146

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

Shades of Dark Blue #040192

Tints of Dark Blue #040192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 96.69%

R = 2.65%
G = 0.66%
B = 96.69%

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

#040192 (or 0x040192) is known color: Dark Blue. HEX triplet: 04, 01 and 92. RGB value is (4,1,146). Sum of RGB (Red+Green+Blue) = 4+1+146=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 146 (57.42% from 255 or 96.69% from 151); Max value from RGB is 146 - color contains mainly: blue. Hex color #040192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040192 is #FBFE6D. Grayscale: #111111. Windows color (decimal): -16514670 or 9568516. OLE color: 9568516.

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

Color convert

RGB 4 1 146 -
CMYK 0.97 0.99 0 0.43
HSL 241.24º 0.99% 0.29% -
HSV(B) 241.24º 0.99% 0.57% -
XYZ 5.25 2.12 27.33 -
YUV 18.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 4 1 146 0.97 0.99 0 0.43 241.24 0.99 0.29
Hex 4 1 92 61 63 0 2B F1 63 1D
Octal 4 1 222 141 143 0 53 361 143 35
Binary 100 1 10010010 1100001 1100011 0 101011 11110001 1100011 11101

Color Harmonies of #040192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040192

Black with #040192

Text Example


Text Example

White with #040192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040192; }

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

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

background-color css

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

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

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

border-color css

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

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

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