Html Css Color HEX #113577 Dark Cerulean

📋 copy color: '#113577'

red 17 ◦ green 53 ◦ blue 119

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

Shades of Dark Cerulean #113577

Tints of Dark Cerulean #113577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.96%

R = 8.99%
G = 28.04%
B = 62.96%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113577 (or 0x113577) is known color: Dark Cerulean. HEX triplet: 11, 35 and 77. RGB value is (17,53,119). Sum of RGB (Red+Green+Blue) = 17+53+119=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #113577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113577 is #EECA88. Grayscale: #313131. Windows color (decimal): -15649417 or 7812369. OLE color: 7812369.

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

Color convert

RGB 17 53 119 -
CMYK 0.86 0.55 0 0.53
HSL 218.82º 0.75% 0.27% -
HSV(B) 218.82º 0.86% 0.47% -
XYZ 4.83 4 17.97 -
YUV 49.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 17 53 119 0.86 0.55 0 0.53 218.82 0.75 0.27
Hex 11 35 77 56 37 0 35 DB 4B 1B
Octal 21 65 167 126 67 0 65 333 113 33
Binary 10001 110101 1110111 1010110 110111 0 110101 11011011 1001011 11011

Color Harmonies of #113577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113577

Black with #113577

Text Example


Text Example

White with #113577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113577; }

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

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

background-color css

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

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

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

border-color css

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

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

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