#104E84

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

Shades of Dark Cerulean #104E84

Tints of Dark Cerulean #104E84

Color information

#104E84 (or 0x104E84) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 84. RGB value is (16,78,132). Sum of RGB (Red+Green+Blue) = 16+78+132=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #104E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E84 is #EFB17B. Grayscale: #414141. Windows color (decimal): -15708540 or 8670736. OLE color: 8670736.

HSL color Cylindrical-coordinate representation of color #104E84: hue angle of 207.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104E84 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1678132-
CMYK0.880.4100.48
HSL207.93º78.38%29.02%-
HSV(B)207.93º87.88%51.76%-
XYZ7.17.2222.85-
YUV65.62165.4692.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=7.08%
G=34.51%
B=58.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16781320.880.4100.48207.9378.3829.02
Hex104E845829030d04e1d
Octal201162041305106032011635
Binary100001001110100001001011000101001011000011010000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,132); }

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

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

 a { background-color: rgb(16,78,132); }

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

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

 span { border-color: rgb(16,78,132); }

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