#104376

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

Shades of Dark Cerulean #104376

Tints of Dark Cerulean #104376

Color information

#104376 (or 0x104376) is unknown color: approx Dark Cerulean. HEX triplet: 10, 43 and 76. RGB value is (16,67,118). Sum of RGB (Red+Green+Blue) = 16+67+118=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #104376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104376 is #EFBC89. Grayscale: #393939. Windows color (decimal): -15711370 or 7750416. OLE color: 7750416.

HSL color Cylindrical-coordinate representation of color #104376: hue angle of 210º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104376 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1667118-
CMYK0.860.4300.54
HSL210º76.12%26.27%-
HSV(B)210º86.44%46.27%-
XYZ5.495.4317.9-
YUV57.56162.198.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=7.96%
G=33.33%
B=58.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16671180.860.4300.5421076.1226.27
Hex104376562B036d24c1a
Octal201031661265306632211432
Binary10000100001111101101010110101011011011011010010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104376; }

 p { color: rgb(16,67,118); }

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

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

 a { background-color: rgb(16,67,118); }

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

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

 span { border-color: rgb(16,67,118); }

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