#113C7A

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

Shades of Dark Cerulean #113C7A

Tints of Dark Cerulean #113C7A

Color information

#113C7A (or 0x113C7A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3C and 7A. RGB value is (17,60,122). Sum of RGB (Red+Green+Blue) = 17+60+122=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #113C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C7A is #EEC385. Grayscale: #353535. Windows color (decimal): -15647622 or 8010769. OLE color: 8010769.

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

Color convert

RGB1760122-
CMYK0.860.5100.52
HSL215.43º75.54%27.25%-
HSV(B)215.43º86.07%47.84%-
XYZ5.364.7619.05-
YUV54.21166.25101.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 60 (23.83% from 255) = 30.15%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=8.54%
G=30.15%
B=61.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17601220.860.5100.52215.4375.5427.25
Hex113C7A5633034d74c1b
Octal21741721266306432711433
Binary1000111110011110101010110110011011010011010111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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