Html Css Color HEX #041090 Dark Blue

📋 copy color: '#041090'

red 4 ◦ green 16 ◦ blue 144

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

Shades of Dark Blue #041090

Tints of Dark Blue #041090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 87.8%

R = 2.44%
G = 9.76%
B = 87.8%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#041090 (or 0x041090) is known color: Dark Blue. HEX triplet: 04, 10 and 90. RGB value is (4,16,144). Sum of RGB (Red+Green+Blue) = 4+16+144=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #041090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041090 is #FBEF6F. Grayscale: #1A1A1A. Windows color (decimal): -16510832 or 9441284. OLE color: 9441284.

HSL color Cylindrical-coordinate representation of color #041090: hue angle of 234.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041090 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 16 144 -
CMYK 0.97 0.89 0 0.44
HSL 234.86º 0.95% 0.29% -
HSV(B) 234.86º 0.97% 0.56% -
XYZ 5.27 2.41 26.57 -
YUV 27 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 4 16 144 0.97 0.89 0 0.44 234.86 0.95 0.29
Hex 4 10 90 61 59 0 2C EB 5F 1D
Octal 4 20 220 141 131 0 54 353 137 35
Binary 100 10000 10010000 1100001 1011001 0 101100 11101011 1011111 11101

Color Harmonies of #041090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041090

Black with #041090

Text Example


Text Example

White with #041090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041090; }

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

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

background-color css

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

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

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

border-color css

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

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

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