#115385

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

Shades of Dark Cerulean #115385

Tints of Dark Cerulean #115385

Color information

#115385 (or 0x115385) is unknown color: approx Dark Cerulean. HEX triplet: 11, 53 and 85. RGB value is (17,83,133). Sum of RGB (Red+Green+Blue) = 17+83+133=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #115385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115385 is #EEAC7A. Grayscale: #444444. Windows color (decimal): -15641723 or 8737553. OLE color: 8737553.

HSL color Cylindrical-coordinate representation of color #115385: hue angle of 205.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115385 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1783133-
CMYK0.870.3800.48
HSL205.86º77.33%29.41%-
HSV(B)205.86º87.22%52.16%-
XYZ7.56823.34-
YUV68.97164.1390.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=7.30%
G=35.62%
B=57.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17831330.870.3800.48205.8677.3329.41
Hex1153855726030ce4d1d
Octal211232051274606031611535
Binary100011010011100001011010111100110011000011001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115385; }

 p { color: rgb(17,83,133); }

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

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

 a { background-color: rgb(17,83,133); }

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

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

 span { border-color: rgb(17,83,133); }

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