Html Css Color HEX #113E86 Dark Cerulean

📋 copy color: '#113E86'

red 17 ◦ green 62 ◦ blue 134

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

Shades of Dark Cerulean #113E86

Tints of Dark Cerulean #113E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.91%

R = 7.98%
G = 29.11%
B = 62.91%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113E86 (or 0x113E86) is known color: Dark Cerulean. HEX triplet: 11, 3E and 86. RGB value is (17,62,134). Sum of RGB (Red+Green+Blue) = 17+62+134=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #113E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113E86 is #EEC179. Grayscale: #383838. Windows color (decimal): -15647098 or 8797713. OLE color: 8797713.

HSL color Cylindrical-coordinate representation of color #113E86: hue angle of 216.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113E86 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 62 134 -
CMYK 0.87 0.54 0 0.47
HSL 216.92º 0.77% 0.3% -
HSV(B) 216.92º 0.87% 0.53% -
XYZ 6.26 5.29 23.24 -
YUV 56.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 17 62 134 0.87 0.54 0 0.47 216.92 0.77 0.3
Hex 11 3E 86 57 36 0 2F D9 4D 1E
Octal 21 76 206 127 66 0 57 331 115 36
Binary 10001 111110 10000110 1010111 110110 0 101111 11011001 1001101 11110

Color Harmonies of #113E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E86

Black with #113E86

Text Example


Text Example

White with #113E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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