#105685

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

Shades of Dark Cerulean #105685

Tints of Dark Cerulean #105685

Color information

#105685 (or 0x105685) is unknown color: approx Dark Cerulean. HEX triplet: 10, 56 and 85. RGB value is (16,86,133). Sum of RGB (Red+Green+Blue) = 16+86+133=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #105685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105685 is #EFA97A. Grayscale: #464646. Windows color (decimal): -15706491 or 8738320. OLE color: 8738320.

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

Color convert

RGB1686133-
CMYK0.880.3500.48
HSL204.1º78.52%29.22%-
HSV(B)204.1º87.97%52.16%-
XYZ7.788.4623.41-
YUV70.43163.3189.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=6.81%
G=36.60%
B=56.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16861330.880.3500.48204.178.5229.22
Hex1056855823030cc4f1d
Octal201262051304306031411735
Binary100001010110100001011011000100011011000011001100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105685; }

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

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

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

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

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

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

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

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