Html Css Color HEX #041092 Dark Blue

📋 copy color: '#041092'

red 4 ◦ green 16 ◦ blue 146

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

Shades of Dark Blue #041092

Tints of Dark Blue #041092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 2.41%
G = 9.64%
B = 87.95%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#041092 (or 0x041092) is known color: Dark Blue. HEX triplet: 04, 10 and 92. RGB value is (4,16,146). Sum of RGB (Red+Green+Blue) = 4+16+146=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #041092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041092 is #FBEF6D. Grayscale: #1A1A1A. Windows color (decimal): -16510830 or 9572356. OLE color: 9572356.

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

Color convert

RGB 4 16 146 -
CMYK 0.97 0.89 0 0.43
HSL 234.93º 0.95% 0.29% -
HSV(B) 234.93º 0.97% 0.57% -
XYZ 5.42 2.47 27.39 -
YUV 27.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 4 16 146 0.97 0.89 0 0.43 234.93 0.95 0.29
Hex 4 10 92 61 59 0 2B EB 5F 1D
Octal 4 20 222 141 131 0 53 353 137 35
Binary 100 10000 10010010 1100001 1011001 0 101011 11101011 1011111 11101

Color Harmonies of #041092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041092

Black with #041092

Text Example


Text Example

White with #041092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041092; }

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

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

background-color css

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

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

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

border-color css

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

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

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