#104C80

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

Shades of Dark Cerulean #104C80

Tints of Dark Cerulean #104C80

Color information

#104C80 (or 0x104C80) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 80. RGB value is (16,76,128). Sum of RGB (Red+Green+Blue) = 16+76+128=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #104C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C80 is #EFB37F. Grayscale: #3F3F3F. Windows color (decimal): -15709056 or 8408080. OLE color: 8408080.

HSL color Cylindrical-coordinate representation of color #104C80: hue angle of 207.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C80 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1676128-
CMYK0.880.4100.50
HSL207.86º77.78%28.24%-
HSV(B)207.86º87.5%50.2%-
XYZ6.696.8421.39-
YUV63.99164.1293.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 128 (50.39% from 255) = 58.18%
R=7.27%
G=34.55%
B=58.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16761280.880.4100.50207.8677.7828.24
Hex104C805829032d04e1c
Octal201142001305106232011634
Binary100001001100100000001011000101001011001011010000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,128); }

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

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

 a { background-color: rgb(16,76,128); }

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

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

 span { border-color: rgb(16,76,128); }

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