Html Css Color HEX #113680 Dark Cerulean

📋 copy color: '#113680'

red 17 ◦ green 54 ◦ blue 128

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

Shades of Dark Cerulean #113680

Tints of Dark Cerulean #113680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

 BLUE value IS 128 (50.39% from 255) = 64.32%

R = 8.54%
G = 27.14%
B = 64.32%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#113680 (or 0x113680) is known color: Dark Cerulean. HEX triplet: 11, 36 and 80. RGB value is (17,54,128). Sum of RGB (Red+Green+Blue) = 17+54+128=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #113680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113680 is #EEC97F. Grayscale: #333333. Windows color (decimal): -15649152 or 8402449. OLE color: 8402449.

HSL color Cylindrical-coordinate representation of color #113680: hue angle of 220º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113680 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 54 128 -
CMYK 0.87 0.58 0 0.50
HSL 220º 0.77% 0.28% -
HSV(B) 220º 0.87% 0.5% -
XYZ 5.45 4.32 20.97 -
YUV 51.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 17 54 128 0.87 0.58 0 0.50 220 0.77 0.28
Hex 11 36 80 57 3A 0 32 DC 4D 1C
Octal 21 66 200 127 72 0 62 334 115 34
Binary 10001 110110 10000000 1010111 111010 0 110010 11011100 1001101 11100

Color Harmonies of #113680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113680

Black with #113680

Text Example


Text Example

White with #113680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113680; }

 p { color: rgb(17,54,128); }

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

background-color css

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

 a { background-color: rgb(17,54,128); }

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

border-color css

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

 span { border-color: rgb(17,54,128); }

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