Html Css Color HEX #113578 Dark Cerulean

📋 copy color: '#113578'

red 17 ◦ green 53 ◦ blue 120

#113578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #113578

Tints of Dark Cerulean #113578

RGB

 RED value IS 17 (7.03% from 255) = 8.95%

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 8.95%
G = 27.89%
B = 63.16%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113578 (or 0x113578) is known color: Dark Cerulean. HEX triplet: 11, 35 and 78. RGB value is (17,53,120). Sum of RGB (Red+Green+Blue) = 17+53+120=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #113578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113578 is #EECA87. Grayscale: #313131. Windows color (decimal): -15649416 or 7877905. OLE color: 7877905.

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

Color convert

RGB 17 53 120 -
CMYK 0.86 0.56 0 0.53
HSL 219.03º 0.75% 0.27% -
HSV(B) 219.03º 0.86% 0.47% -
XYZ 4.89 4.02 18.29 -
YUV 49.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 17 53 120 0.86 0.56 0 0.53 219.03 0.75 0.27
Hex 11 35 78 56 38 0 35 DB 4B 1B
Octal 21 65 170 126 70 0 65 333 113 33
Binary 10001 110101 1111000 1010110 111000 0 110101 11011011 1001011 11011

Color Harmonies of #113578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113578

Black with #113578

Text Example


Text Example

White with #113578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113578; }

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

 H1.HeaderClassName
 {
   color: #113578;
 }
 .AnyTagClassName
 {
   color: #113578;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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