#040F5E

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

Shades of Sapphire #040F5E

Tints of Sapphire #040F5E

Color information

#040F5E (or 0x040F5E) is unknown color: approx Sapphire. HEX triplet: 04, 0F and 5E. RGB value is (4,15,94). Sum of RGB (Red+Green+Blue) = 4+15+94=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 94 (37.11% from 255 or 83.19% from 113); Max value from RGB is 94 - color contains mainly: blue. Hex color #040F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F5E is #FBF0A1. Grayscale: #141414. Windows color (decimal): -16511138 or 6164228. OLE color: 6164228.

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

Color convert

RGB41594-
CMYK0.960.8400.63
HSL232.67º91.84%19.22%-
HSV(B)232.67º95.74%36.86%-
XYZ2.241.1810.7-
YUV20.72169.36116.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 94 (37.11% from 255) = 83.19%
R=3.54%
G=13.27%
B=83.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal415940.960.8400.63232.6791.8419.22
Hex4F5E605403Fe95c13
Octal41713614012407735113423
Binary1001111101111011000001010100011111111101001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,15,94); }

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

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

 a { background-color: rgb(4,15,94); }

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

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

 span { border-color: rgb(4,15,94); }

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