#104A72

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

Shades of Dark Cerulean #104A72

Tints of Dark Cerulean #104A72

Color information

#104A72 (or 0x104A72) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 72. RGB value is (16,74,114). Sum of RGB (Red+Green+Blue) = 16+74+114=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #104A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A72 is #EFB58D. Grayscale: #3C3C3C. Windows color (decimal): -15709582 or 7490064. OLE color: 7490064.

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

Color convert

RGB1674114-
CMYK0.860.3500.55
HSL204.49º75.38%25.49%-
HSV(B)204.49º85.96%44.71%-
XYZ5.76.2216.82-
YUV61.22157.7895.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=7.84%
G=36.27%
B=55.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16741140.860.3500.55204.4975.3825.49
Hex104A725623037cc4b19
Octal201121621264306731411331
Binary10000100101011100101010110100011011011111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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