#040D58

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

Shades of Sapphire #040D58

Tints of Sapphire #040D58

Color information

#040D58 (or 0x040D58) is unknown color: approx Sapphire. HEX triplet: 04, 0D and 58. RGB value is (4,13,88). Sum of RGB (Red+Green+Blue) = 4+13+88=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #040D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D58 is #FBF2A7. Grayscale: #121212. Windows color (decimal): -16511656 or 5770500. OLE color: 5770500.

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

Color convert

RGB41388-
CMYK0.950.8500.65
HSL233.57º91.3%18.04%-
HSV(B)233.57º95.45%34.51%-
XYZ1.961.029.33-
YUV18.86167.02117.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 88 (34.77% from 255) = 83.81%
R=3.81%
G=12.38%
B=83.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal413880.950.8500.65233.5791.318.04
Hex4D585F55041ea5b12
Octal415130137125010135213322
Binary10011011011000101111110101010100000111101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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