#104D76

Color #104D76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #104D76

Tints of Dark Cerulean #104D76

Color information

#104D76 (or 0x104D76) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4D and 76. RGB value is (16,77,118). Sum of RGB (Red+Green+Blue) = 16+77+118=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #104D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D76 is #EFB289. Grayscale: #3F3F3F. Windows color (decimal): -15708810 or 7752976. OLE color: 7752976.

HSL color Cylindrical-coordinate representation of color #104D76: hue angle of 204.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104D76 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1677118-
CMYK0.860.3500.54
HSL204.12º76.12%26.27%-
HSV(B)204.12º86.44%46.27%-
XYZ6.146.7318.11-
YUV63.43158.7994.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=7.58%
G=36.49%
B=55.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16771180.860.3500.54204.1276.1226.27
Hex104D765623036cc4c1a
Octal201151661264306631411432
Binary10000100110111101101010110100011011011011001100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104D76; }

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

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

<style>
 a { background-color: #104D76; }

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

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

<style>
 span { border-color: #104D76; }

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

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