#104E73

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

Shades of Dark Cerulean #104E73

Tints of Dark Cerulean #104E73

Color information

#104E73 (or 0x104E73) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 73. RGB value is (16,78,115). Sum of RGB (Red+Green+Blue) = 16+78+115=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #104E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E73 is #EFB18C. Grayscale: #3F3F3F. Windows color (decimal): -15708557 or 7556624. OLE color: 7556624.

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

Color convert

RGB1678115-
CMYK0.860.3200.55
HSL202.42º75.57%25.69%-
HSV(B)202.42º86.09%45.1%-
XYZ6.036.817.21-
YUV63.68156.9693.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=7.66%
G=37.32%
B=55.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16781150.860.3200.55202.4275.5725.69
Hex104E735620037ca4c1a
Octal201161631264006731211432
Binary10000100111011100111010110100000011011111001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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