#104A71

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

Shades of Dark Cerulean #104A71

Tints of Dark Cerulean #104A71

Color information

#104A71 (or 0x104A71) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 71. RGB value is (16,74,113). Sum of RGB (Red+Green+Blue) = 16+74+113=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #104A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A71 is #EFB58E. Grayscale: #3C3C3C. Windows color (decimal): -15709583 or 7424528. OLE color: 7424528.

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

Color convert

RGB1674113-
CMYK0.860.3500.56
HSL204.12º75.19%25.29%-
HSV(B)204.12º85.84%44.31%-
XYZ5.646.216.52-
YUV61.1157.2895.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=7.88%
G=36.45%
B=55.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16741130.860.3500.56204.1275.1925.29
Hex104A715623038cc4b19
Octal201121611264307031411331
Binary10000100101011100011010110100011011100011001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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