#104584

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

Shades of Dark Cerulean #104584

Tints of Dark Cerulean #104584

Color information

#104584 (or 0x104584) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 84. RGB value is (16,69,132). Sum of RGB (Red+Green+Blue) = 16+69+132=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #104584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104584 is #EFBA7B. Grayscale: #3C3C3C. Windows color (decimal): -15710844 or 8668432. OLE color: 8668432.

HSL color Cylindrical-coordinate representation of color #104584: hue angle of 212.59º 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 #104584 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1669132-
CMYK0.880.4800.48
HSL212.59º78.38%29.02%-
HSV(B)212.59º87.88%51.76%-
XYZ6.516.0322.65-
YUV60.34168.4496.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=7.37%
G=31.80%
B=60.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16691320.880.4800.48212.5978.3829.02
Hex1045845830030d54e1d
Octal201052041306006032511635
Binary100001000101100001001011000110000011000011010101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104584; }

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

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

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

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

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

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

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

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