Html Css Color HEX #113C76 Dark Cerulean

📋 copy color: '#113C76'

red 17 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #113C76

Tints of Dark Cerulean #113C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 8.72%
G = 30.77%
B = 60.51%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113C76 (or 0x113C76) is known color: Dark Cerulean. HEX triplet: 11, 3C and 76. RGB value is (17,60,118). Sum of RGB (Red+Green+Blue) = 17+60+118=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #113C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C76 is #EEC389. Grayscale: #353535. Windows color (decimal): -15647626 or 7748625. OLE color: 7748625.

HSL color Cylindrical-coordinate representation of color #113C76: hue angle of 214.46º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113C76 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 60 118 -
CMYK 0.86 0.49 0 0.54
HSL 214.46º 0.75% 0.26% -
HSV(B) 214.46º 0.86% 0.46% -
XYZ 5.12 4.66 17.77 -
YUV 53.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 17 60 118 0.86 0.49 0 0.54 214.46 0.75 0.26
Hex 11 3C 76 56 31 0 36 D6 4B 1A
Octal 21 74 166 126 61 0 66 326 113 32
Binary 10001 111100 1110110 1010110 110001 0 110110 11010110 1001011 11010

Color Harmonies of #113C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C76

Black with #113C76

Text Example


Text Example

White with #113C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,118); }

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

background-color css

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

 a { background-color: rgb(17,60,118); }

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

border-color css

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

 span { border-color: rgb(17,60,118); }

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