#113C7C

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

Shades of Dark Cerulean #113C7C

Tints of Dark Cerulean #113C7C

Color information

#113C7C (or 0x113C7C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3C and 7C. RGB value is (17,60,124). Sum of RGB (Red+Green+Blue) = 17+60+124=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #113C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7C is #EEC383. Grayscale: #363636. Windows color (decimal): -15647620 or 8141841. OLE color: 8141841.

HSL color Cylindrical-coordinate representation of color #113C7C: hue angle of 215.89º 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 #113C7C is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1760124-
CMYK0.860.5200.51
HSL215.89º75.89%27.65%-
HSV(B)215.89º86.29%48.63%-
XYZ5.494.8119.71-
YUV54.44167.25101.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=8.46%
G=29.85%
B=61.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17601240.860.5200.51215.8975.8927.65
Hex113C7C5634033d84c1c
Octal21741741266406333011434
Binary1000111110011111001010110110100011001111011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,124); }

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

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

 a { background-color: rgb(17,60,124); }

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

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

 span { border-color: rgb(17,60,124); }

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