#040E4E

Color #040E4E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #040E4E

Tints of Sapphire #040E4E

Color information

#040E4E (or 0x040E4E) is unknown color: approx Sapphire. HEX triplet: 04, 0E and 4E. RGB value is (4,14,78). Sum of RGB (Red+Green+Blue) = 4+14+78=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #040E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E4E is #FBF1B1. Grayscale: #121212. Windows color (decimal): -16511410 or 5115396. OLE color: 5115396.

HSL color Cylindrical-coordinate representation of color #040E4E: hue angle of 231.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E4E is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41478-
CMYK0.950.8200.69
HSL231.89º90.24%16.08%-
HSV(B)231.89º94.87%30.59%-
XYZ1.580.897.3-
YUV18.31161.69117.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 78 (30.86% from 255) = 81.25%
R=4.17%
G=14.58%
B=81.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal414780.950.8200.69231.8990.2416.08
Hex4E4E5F52045e85a10
Octal416116137122010535013220
Binary10011101001110101111110100100100010111101000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040E4E; }

 p { color: rgb(4,14,78); }

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

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

 a { background-color: rgb(4,14,78); }

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

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

 span { border-color: rgb(4,14,78); }

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