Html Css Color HEX #041192 Dark Blue

📋 copy color: '#041192'

red 4 ◦ green 17 ◦ blue 146

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

Shades of Dark Blue #041192

Tints of Dark Blue #041192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 2.4%
G = 10.18%
B = 87.43%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041192 (or 0x041192) is known color: Dark Blue. HEX triplet: 04, 11 and 92. RGB value is (4,17,146). Sum of RGB (Red+Green+Blue) = 4+17+146=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #041192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041192 is #FBEE6D. Grayscale: #1B1B1B. Windows color (decimal): -16510574 or 9572612. OLE color: 9572612.

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

Color convert

RGB 4 17 146 -
CMYK 0.97 0.88 0 0.43
HSL 234.51º 0.95% 0.29% -
HSV(B) 234.51º 0.97% 0.57% -
XYZ 5.44 2.5 27.39 -
YUV 27.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 4 17 146 0.97 0.88 0 0.43 234.51 0.95 0.29
Hex 4 11 92 61 58 0 2B EB 5F 1D
Octal 4 21 222 141 130 0 53 353 137 35
Binary 100 10001 10010010 1100001 1011000 0 101011 11101011 1011111 11101

Color Harmonies of #041192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041192

Black with #041192

Text Example


Text Example

White with #041192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041192; }

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

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

background-color css

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

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

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

border-color css

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

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

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