#04104D

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

Shades of Sapphire #04104D

Tints of Sapphire #04104D

Color information

#04104D (or 0x04104D) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 4D. RGB value is (4,16,77). Sum of RGB (Red+Green+Blue) = 4+16+77=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #04104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104D is #FBEFB2. Grayscale: #131313. Windows color (decimal): -16510899 or 5050372. OLE color: 5050372.

HSL color Cylindrical-coordinate representation of color #04104D: hue angle of 230.14º 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 #04104D is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB41677-
CMYK0.950.7900.70
HSL230.14º90.12%15.88%-
HSV(B)230.14º94.81%30.2%-
XYZ1.570.937.12-
YUV19.37160.52117.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 77 (30.47% from 255) = 79.38%
R=4.12%
G=16.49%
B=79.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal416770.950.7900.70230.1490.1215.88
Hex4104D5F4F046e65a10
Octal420115137117010634613220
Binary100100001001101101111110011110100011011100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04104D; }

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

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

<style>
 a { background-color: #04104D; }

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

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

<style>
 span { border-color: #04104D; }

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

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