#040E5B

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

Shades of Sapphire #040E5B

Tints of Sapphire #040E5B

Color information

#040E5B (or 0x040E5B) is unknown color: approx Sapphire. HEX triplet: 04, 0E and 5B. RGB value is (4,14,91). Sum of RGB (Red+Green+Blue) = 4+14+91=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #040E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E5B is #FBF1A4. Grayscale: #131313. Windows color (decimal): -16511397 or 5967364. OLE color: 5967364.

HSL color Cylindrical-coordinate representation of color #040E5B: hue angle of 233.1º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E5B is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41491-
CMYK0.960.8500.64
HSL233.1º91.58%18.63%-
HSV(B)233.1º95.6%35.69%-
XYZ2.11.110-
YUV19.79168.19116.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 91 (35.94% from 255) = 83.49%
R=3.67%
G=12.84%
B=83.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal414910.960.8500.64233.191.5818.63
Hex4E5B6055040e95c13
Octal416133140125010035113423
Binary10011101011011110000010101010100000011101001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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