#104178

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

Shades of Dark Cerulean #104178

Tints of Dark Cerulean #104178

Color information

#104178 (or 0x104178) is unknown color: approx Dark Cerulean. HEX triplet: 10, 41 and 78. RGB value is (16,65,120). Sum of RGB (Red+Green+Blue) = 16+65+120=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #104178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104178 is #EFBE87. Grayscale: #383838. Windows color (decimal): -15711880 or 7880976. OLE color: 7880976.

HSL color Cylindrical-coordinate representation of color #104178: hue angle of 211.73º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104178 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1665120-
CMYK0.870.4600.53
HSL211.73º76.47%26.67%-
HSV(B)211.73º86.67%47.06%-
XYZ5.495.2518.49-
YUV56.62163.7799.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=7.96%
G=32.34%
B=59.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16651200.870.4600.53211.7376.4726.67
Hex104178572E035d44c1b
Octal201011701275606532411433
Binary10000100000111110001010111101110011010111010100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104178; }

 p { color: rgb(16,65,120); }

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

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

 a { background-color: rgb(16,65,120); }

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

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

 span { border-color: rgb(16,65,120); }

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