#104A76

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

Shades of Dark Cerulean #104A76

Tints of Dark Cerulean #104A76

Color information

#104A76 (or 0x104A76) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 76. RGB value is (16,74,118). Sum of RGB (Red+Green+Blue) = 16+74+118=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #104A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A76 is #EFB589. Grayscale: #3D3D3D. Windows color (decimal): -15709578 or 7752208. OLE color: 7752208.

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

Color convert

RGB1674118-
CMYK0.860.3700.54
HSL205.88º76.12%26.27%-
HSV(B)205.88º86.44%46.27%-
XYZ5.936.3218.05-
YUV61.67159.7895.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=7.69%
G=35.58%
B=56.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16741180.860.3700.54205.8876.1226.27
Hex104A765625036ce4c1a
Octal201121661264506631611432
Binary10000100101011101101010110100101011011011001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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