Html Css Color HEX #113886 Dark Cerulean

📋 copy color: '#113886'

red 17 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #113886

Tints of Dark Cerulean #113886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 8.21%
G = 27.05%
B = 64.73%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113886 (or 0x113886) is known color: Dark Cerulean. HEX triplet: 11, 38 and 86. RGB value is (17,56,134). Sum of RGB (Red+Green+Blue) = 17+56+134=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #113886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113886 is #EEC779. Grayscale: #343434. Windows color (decimal): -15648634 or 8796177. OLE color: 8796177.

HSL color Cylindrical-coordinate representation of color #113886: hue angle of 220º 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 #113886 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 56 134 -
CMYK 0.87 0.58 0 0.47
HSL 220º 0.77% 0.3% -
HSV(B) 220º 0.87% 0.53% -
XYZ 5.95 4.67 23.14 -
YUV 53.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 17 56 134 0.87 0.58 0 0.47 220 0.77 0.3
Hex 11 38 86 57 3A 0 2F DC 4D 1E
Octal 21 70 206 127 72 0 57 334 115 36
Binary 10001 111000 10000110 1010111 111010 0 101111 11011100 1001101 11110

Color Harmonies of #113886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113886

Black with #113886

Text Example


Text Example

White with #113886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113886; }

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

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

background-color css

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

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

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

border-color css

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

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

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