#113D7B

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

Shades of Dark Cerulean #113D7B

Tints of Dark Cerulean #113D7B

Color information

#113D7B (or 0x113D7B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3D and 7B. RGB value is (17,61,123). Sum of RGB (Red+Green+Blue) = 17+61+123=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #113D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D7B is #EEC284. Grayscale: #363636. Windows color (decimal): -15647365 or 8076561. OLE color: 8076561.

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

Color convert

RGB1761123-
CMYK0.860.5000.52
HSL215.09º75.71%27.45%-
HSV(B)215.09º86.18%48.24%-
XYZ5.484.8919.39-
YUV54.91166.42100.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=8.46%
G=30.35%
B=61.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17611230.860.5000.52215.0975.7127.45
Hex113D7B5632034d74c1b
Octal21751731266206432711433
Binary1000111110111110111010110110010011010011010111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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