#113D7D

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

Shades of Dark Cerulean #113D7D

Tints of Dark Cerulean #113D7D

Color information

#113D7D (or 0x113D7D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3D and 7D. RGB value is (17,61,125). Sum of RGB (Red+Green+Blue) = 17+61+125=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #113D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D7D is #EEC282. Grayscale: #363636. Windows color (decimal): -15647363 or 8207633. OLE color: 8207633.

HSL color Cylindrical-coordinate representation of color #113D7D: hue angle of 215.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113D7D is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1761125-
CMYK0.860.5100.51
HSL215.56º76.06%27.84%-
HSV(B)215.56º86.4%49.02%-
XYZ5.64.9420.06-
YUV55.14167.42100.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=8.37%
G=30.05%
B=61.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17611250.860.5100.51215.5676.0627.84
Hex113D7D5633033d84c1c
Octal21751751266306333011434
Binary1000111110111111011010110110011011001111011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D7D; }

 p { color: rgb(17,61,125); }

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

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

 a { background-color: rgb(17,61,125); }

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

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

 span { border-color: rgb(17,61,125); }

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