#113C77

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

Shades of Dark Cerulean #113C77

Tints of Dark Cerulean #113C77

Color information

#113C77 (or 0x113C77) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3C and 77. RGB value is (17,60,119). Sum of RGB (Red+Green+Blue) = 17+60+119=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #113C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C77 is #EEC388. Grayscale: #353535. Windows color (decimal): -15647625 or 7814161. OLE color: 7814161.

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

Color convert

RGB1760119-
CMYK0.860.5000.53
HSL214.71º75%26.67%-
HSV(B)214.71º85.71%46.67%-
XYZ5.184.6818.08-
YUV53.87164.75101.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=8.67%
G=30.61%
B=60.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17601190.860.5000.53214.717526.67
Hex113C775632035d74b1b
Octal21741671266206532711333
Binary1000111110011101111010110110010011010111010111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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