#104D77

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

Shades of Dark Cerulean #104D77

Tints of Dark Cerulean #104D77

Color information

#104D77 (or 0x104D77) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4D and 77. RGB value is (16,77,119). Sum of RGB (Red+Green+Blue) = 16+77+119=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #104D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D77 is #EFB288. Grayscale: #3F3F3F. Windows color (decimal): -15708809 or 7818512. OLE color: 7818512.

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

Color convert

RGB1677119-
CMYK0.870.3500.53
HSL204.47º76.3%26.47%-
HSV(B)204.47º86.55%46.67%-
XYZ6.26.7518.43-
YUV63.55159.2994.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=7.55%
G=36.32%
B=56.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16771190.870.3500.53204.4776.326.47
Hex104D775723035cc4c1a
Octal201151671274306531411432
Binary10000100110111101111010111100011011010111001100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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