#113D74

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

Shades of Dark Cerulean #113D74

Tints of Dark Cerulean #113D74

Color information

#113D74 (or 0x113D74) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3D and 74. RGB value is (17,61,116). Sum of RGB (Red+Green+Blue) = 17+61+116=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #113D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D74 is #EEC28B. Grayscale: #353535. Windows color (decimal): -15647372 or 7617809. OLE color: 7617809.

HSL color Cylindrical-coordinate representation of color #113D74: hue angle of 213.33º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113D74 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1761116-
CMYK0.850.4700.55
HSL213.33º74.44%26.08%-
HSV(B)213.33º85.34%45.49%-
XYZ5.054.7217.17-
YUV54.11162.92101.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=8.76%
G=31.44%
B=59.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17611160.850.4700.55213.3374.4426.08
Hex113D74552F037d54a1a
Octal21751641255706732511232
Binary1000111110111101001010101101111011011111010101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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