#041095

Color #041095 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #041095

Tints of New Midnight Blue #041095

Color information

#041095 (or 0x041095) is unknown color: approx New Midnight Blue. HEX triplet: 04, 10 and 95. RGB value is (4,16,149). Sum of RGB (Red+Green+Blue) = 4+16+149=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #041095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041095 is #FBEF6A. Grayscale: #1B1B1B. Windows color (decimal): -16510827 or 9768964. OLE color: 9768964.

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

Color convert

RGB416149-
CMYK0.970.8900.42
HSL235.03º94.77%30%-
HSV(B)235.03º97.32%58.43%-
XYZ5.662.5728.63-
YUV27.57196.52111.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 149 (58.59% from 255) = 88.17%
R=2.37%
G=9.47%
B=88.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4161490.970.8900.42235.0394.7730
Hex41095615902Aeb5f1e
Octal42022514113105235313736
Binary100100001001010111000011011001010101011101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041095; }

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

 H1.HeaderClassName
 {
   color: #041095;
 }
 .AnyTagClassName
 {
   color: #041095;
 }
</style>
background-color css

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

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

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

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

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

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