#104473

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

Shades of Dark Cerulean #104473

Tints of Dark Cerulean #104473

Color information

#104473 (or 0x104473) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 73. RGB value is (16,68,115). Sum of RGB (Red+Green+Blue) = 16+68+115=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #104473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104473 is #EFBB8C. Grayscale: #393939. Windows color (decimal): -15711117 or 7554064. OLE color: 7554064.

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

Color convert

RGB1668115-
CMYK0.860.4100.55
HSL208.48º75.57%25.69%-
HSV(B)208.48º86.09%45.1%-
XYZ5.385.4816.99-
YUV57.81160.2798.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=8.04%
G=34.17%
B=57.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16681150.860.4100.55208.4875.5725.69
Hex1044735629037d04c1a
Octal201041631265106732011432
Binary10000100010011100111010110101001011011111010000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104473; }

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

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

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

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

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

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

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

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