#103584

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

Shades of Dark Cerulean #103584

Tints of Dark Cerulean #103584

Color information

#103584 (or 0x103584) is unknown color: approx Dark Cerulean. HEX triplet: 10, 35 and 84. RGB value is (16,53,132). Sum of RGB (Red+Green+Blue) = 16+53+132=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #103584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103584 is #EFCA7B. Grayscale: #323232. Windows color (decimal): -15714940 or 8664336. OLE color: 8664336.

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

Color convert

RGB1653132-
CMYK0.880.6000.48
HSL220.86º78.38%29.02%-
HSV(B)220.86º87.88%51.76%-
XYZ5.654.3222.37-
YUV50.94173.74103.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 132 (51.95% from 255) = 65.67%
R=7.96%
G=26.37%
B=65.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16531320.880.6000.48220.8678.3829.02
Hex103584583C030dd4e1d
Octal20652041307406033511635
Binary10000110101100001001011000111100011000011011101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103584; }

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

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

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

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

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

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

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

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