#104C72

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

Shades of Dark Cerulean #104C72

Tints of Dark Cerulean #104C72

Color information

#104C72 (or 0x104C72) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 72. RGB value is (16,76,114). Sum of RGB (Red+Green+Blue) = 16+76+114=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #104C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C72 is #EFB38D. Grayscale: #3E3E3E. Windows color (decimal): -15709070 or 7490576. OLE color: 7490576.

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

Color convert

RGB1676114-
CMYK0.860.3300.55
HSL203.27º75.38%25.49%-
HSV(B)203.27º85.96%44.71%-
XYZ5.846.4916.87-
YUV62.39157.1294.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=7.77%
G=36.89%
B=55.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16761140.860.3300.55203.2775.3825.49
Hex104C725621037cb4b19
Octal201141621264106731311331
Binary10000100110011100101010110100001011011111001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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