#113A77

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

Shades of Dark Cerulean #113A77

Tints of Dark Cerulean #113A77

Color information

#113A77 (or 0x113A77) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3A and 77. RGB value is (17,58,119). Sum of RGB (Red+Green+Blue) = 17+58+119=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #113A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A77 is #EEC588. Grayscale: #343434. Windows color (decimal): -15648137 or 7813649. OLE color: 7813649.

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

Color convert

RGB1758119-
CMYK0.860.5100.53
HSL215.88º75%26.67%-
HSV(B)215.88º85.71%46.67%-
XYZ5.074.4818.05-
YUV52.7165.42102.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=8.76%
G=29.90%
B=61.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17581190.860.5100.53215.887526.67
Hex113A775633035d84b1b
Octal21721671266306533011333
Binary1000111101011101111010110110011011010111011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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