#104E76

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

Shades of Dark Cerulean #104E76

Tints of Dark Cerulean #104E76

Color information

#104E76 (or 0x104E76) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 76. RGB value is (16,78,118). Sum of RGB (Red+Green+Blue) = 16+78+118=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #104E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E76 is #EFB189. Grayscale: #3F3F3F. Windows color (decimal): -15708554 or 7753232. OLE color: 7753232.

HSL color Cylindrical-coordinate representation of color #104E76: hue angle of 203.53º 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 #104E76 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1678118-
CMYK0.860.3400.54
HSL203.53º76.12%26.27%-
HSV(B)203.53º86.44%46.27%-
XYZ6.216.8718.14-
YUV64.02158.4693.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=7.55%
G=36.79%
B=55.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16781180.860.3400.54203.5376.1226.27
Hex104E765622036cc4c1a
Octal201161661264206631411432
Binary10000100111011101101010110100010011011011001100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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