#040D4D

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

Shades of Sapphire #040D4D

Tints of Sapphire #040D4D

Color information

#040D4D (or 0x040D4D) is unknown color: approx Sapphire. HEX triplet: 04, 0D and 4D. RGB value is (4,13,77). Sum of RGB (Red+Green+Blue) = 4+13+77=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #040D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D4D is #FBF2B2. Grayscale: #111111. Windows color (decimal): -16511667 or 5049604. OLE color: 5049604.

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

Color convert

RGB41377-
CMYK0.950.8300.70
HSL232.6º90.12%15.88%-
HSV(B)232.6º94.81%30.2%-
XYZ1.530.857.1-
YUV17.6161.52118.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 77 (30.47% from 255) = 81.91%
R=4.26%
G=13.83%
B=81.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal413770.950.8300.70232.690.1215.88
Hex4D4D5F53046e95a10
Octal415115137123010635113220
Binary10011011001101101111110100110100011011101001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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