#103785

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

Shades of Dark Cerulean #103785

Tints of Dark Cerulean #103785

Color information

#103785 (or 0x103785) is unknown color: approx Dark Cerulean. HEX triplet: 10, 37 and 85. RGB value is (16,55,133). Sum of RGB (Red+Green+Blue) = 16+55+133=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #103785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103785 is #EFC87A. Grayscale: #333333. Windows color (decimal): -15714427 or 8730384. OLE color: 8730384.

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

Color convert

RGB1655133-
CMYK0.880.5900.48
HSL220º78.52%29.22%-
HSV(B)220º87.97%52.16%-
XYZ5.814.5422.76-
YUV52.23173.58102.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=7.84%
G=26.96%
B=65.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16551330.880.5900.4822078.5229.22
Hex103785583B030dc4f1d
Octal20672051307306033411735
Binary10000110111100001011011000111011011000011011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103785; }

 p { color: rgb(16,55,133); }

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

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

 a { background-color: rgb(16,55,133); }

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

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

 span { border-color: rgb(16,55,133); }

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