#113A7B

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

Shades of Dark Cerulean #113A7B

Tints of Dark Cerulean #113A7B

Color information

#113A7B (or 0x113A7B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3A and 7B. RGB value is (17,58,123). Sum of RGB (Red+Green+Blue) = 17+58+123=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #113A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A7B is #EEC584. Grayscale: #343434. Windows color (decimal): -15648133 or 8075793. OLE color: 8075793.

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

Color convert

RGB1758123-
CMYK0.860.5300.52
HSL216.79º75.71%27.45%-
HSV(B)216.79º86.18%48.24%-
XYZ5.324.5819.34-
YUV53.15167.42102.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=8.59%
G=29.29%
B=62.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17581230.860.5300.52216.7975.7127.45
Hex113A7B5635034d94c1b
Octal21721731266506433111433
Binary1000111101011110111010110110101011010011011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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