#040D5A

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

Shades of Sapphire #040D5A

Tints of Sapphire #040D5A

Color information

#040D5A (or 0x040D5A) is unknown color: approx Sapphire. HEX triplet: 04, 0D and 5A. RGB value is (4,13,90). Sum of RGB (Red+Green+Blue) = 4+13+90=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #040D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D5A is #FBF2A5. Grayscale: #121212. Windows color (decimal): -16511654 or 5901572. OLE color: 5901572.

HSL color Cylindrical-coordinate representation of color #040D5A: hue angle of 233.72º 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 #040D5A is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41390-
CMYK0.960.8600.65
HSL233.72º91.49%18.43%-
HSV(B)233.72º95.56%35.29%-
XYZ2.041.059.77-
YUV19.09168.02117.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 90 (35.55% from 255) = 84.11%
R=3.74%
G=12.15%
B=84.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal413900.960.8600.65233.7291.4918.43
Hex4D5A6056041ea5b12
Octal415132140126010135213322
Binary10011011011010110000010101100100000111101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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