#113978

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

Shades of Dark Cerulean #113978

Tints of Dark Cerulean #113978

Color information

#113978 (or 0x113978) is unknown color: approx Dark Cerulean. HEX triplet: 11, 39 and 78. RGB value is (17,57,120). Sum of RGB (Red+Green+Blue) = 17+57+120=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #113978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113978 is #EEC687. Grayscale: #333333. Windows color (decimal): -15648392 or 7878929. OLE color: 7878929.

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

Color convert

RGB1757120-
CMYK0.860.5200.53
HSL216.7º75.18%26.86%-
HSV(B)216.7º85.83%47.06%-
XYZ5.084.418.35-
YUV52.22166.25102.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=8.76%
G=29.38%
B=61.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17571200.860.5200.53216.775.1826.86
Hex1139785634035d94b1b
Octal21711701266406533111333
Binary1000111100111110001010110110100011010111011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113978; }

 p { color: rgb(17,57,120); }

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

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

 a { background-color: rgb(17,57,120); }

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

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

 span { border-color: rgb(17,57,120); }

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