Html Css Color HEX #113E76 Dark Cerulean

📋 copy color: '#113E76'

red 17 ◦ green 62 ◦ blue 118

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

Shades of Dark Cerulean #113E76

Tints of Dark Cerulean #113E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.47%

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

R = 8.63%
G = 31.47%
B = 59.9%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113E76 (or 0x113E76) is known color: Dark Cerulean. HEX triplet: 11, 3E and 76. RGB value is (17,62,118). Sum of RGB (Red+Green+Blue) = 17+62+118=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #113E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E76 is #EEC189. Grayscale: #363636. Windows color (decimal): -15647114 or 7749137. OLE color: 7749137.

HSL color Cylindrical-coordinate representation of color #113E76: hue angle of 213.27º 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 #113E76 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 62 118 -
CMYK 0.86 0.47 0 0.54
HSL 213.27º 0.75% 0.26% -
HSV(B) 213.27º 0.86% 0.46% -
XYZ 5.22 4.87 17.8 -
YUV 54.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 17 62 118 0.86 0.47 0 0.54 213.27 0.75 0.26
Hex 11 3E 76 56 2F 0 36 D5 4B 1A
Octal 21 76 166 126 57 0 66 325 113 32
Binary 10001 111110 1110110 1010110 101111 0 110110 11010101 1001011 11010

Color Harmonies of #113E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E76

Black with #113E76

Text Example


Text Example

White with #113E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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