#04104A

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

Shades of Sapphire #04104A

Tints of Sapphire #04104A

Color information

#04104A (or 0x04104A) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 4A. RGB value is (4,16,74). Sum of RGB (Red+Green+Blue) = 4+16+74=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #04104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04104A is #FBEFB5. Grayscale: #121212. Windows color (decimal): -16510902 or 4853764. OLE color: 4853764.

HSL color Cylindrical-coordinate representation of color #04104A: hue angle of 229.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04104A is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41674-
CMYK0.950.7800.71
HSL229.71º89.74%15.29%-
HSV(B)229.71º94.59%29.02%-
XYZ1.470.896.57-
YUV19.02159.02117.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=4.26%
G=17.02%
B=78.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal416740.950.7800.71229.7189.7415.29
Hex4104A5F4E047e65af
Octal420112137116010734613217
Binary10010000100101010111111001110010001111110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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