#04104E

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

Shades of Sapphire #04104E

Tints of Sapphire #04104E

Color information

#04104E (or 0x04104E) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 4E. RGB value is (4,16,78). Sum of RGB (Red+Green+Blue) = 4+16+78=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #04104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04104E is #FBEFB1. Grayscale: #131313. Windows color (decimal): -16510898 or 5115908. OLE color: 5115908.

HSL color Cylindrical-coordinate representation of color #04104E: hue angle of 230.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04104E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41678-
CMYK0.950.7900.69
HSL230.27º90.24%16.08%-
HSV(B)230.27º94.87%30.59%-
XYZ1.610.957.31-
YUV19.48161.02116.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=4.08%
G=16.33%
B=79.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal416780.950.7900.69230.2790.2416.08
Hex4104E5F4F045e65a10
Octal420116137117010534613220
Binary100100001001110101111110011110100010111100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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