#040D59

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

Shades of Sapphire #040D59

Tints of Sapphire #040D59

Color information

#040D59 (or 0x040D59) is unknown color: approx Sapphire. HEX triplet: 04, 0D and 59. RGB value is (4,13,89). Sum of RGB (Red+Green+Blue) = 4+13+89=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #040D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D59 is #FBF2A6. Grayscale: #121212. Windows color (decimal): -16511655 or 5836036. OLE color: 5836036.

HSL color Cylindrical-coordinate representation of color #040D59: hue angle of 233.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040D59 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41389-
CMYK0.960.8500.65
HSL233.65º91.4%18.24%-
HSV(B)233.65º95.51%34.9%-
XYZ21.039.55-
YUV18.97167.52117.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 89 (35.16% from 255) = 83.96%
R=3.77%
G=12.26%
B=83.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal413890.960.8500.65233.6591.418.24
Hex4D596055041ea5b12
Octal415131140125010135213322
Binary10011011011001110000010101010100000111101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,13,89); }

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

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

 a { background-color: rgb(4,13,89); }

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

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

 span { border-color: rgb(4,13,89); }

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