Html Css Color HEX #113785 Dark Cerulean

📋 copy color: '#113785'

red 17 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #113785

Tints of Dark Cerulean #113785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 8.29%
G = 26.83%
B = 64.88%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#113785 (or 0x113785) is known color: Dark Cerulean. HEX triplet: 11, 37 and 85. RGB value is (17,55,133). Sum of RGB (Red+Green+Blue) = 17+55+133=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #113785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113785 is #EEC87A. Grayscale: #343434. Windows color (decimal): -15648891 or 8730385. OLE color: 8730385.

HSL color Cylindrical-coordinate representation of color #113785: hue angle of 220.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113785 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 55 133 -
CMYK 0.87 0.59 0 0.48
HSL 220.34º 0.77% 0.29% -
HSV(B) 220.34º 0.87% 0.52% -
XYZ 5.83 4.55 22.76 -
YUV 52.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 17 55 133 0.87 0.59 0 0.48 220.34 0.77 0.29
Hex 11 37 85 57 3B 0 30 DC 4D 1D
Octal 21 67 205 127 73 0 60 334 115 35
Binary 10001 110111 10000101 1010111 111011 0 110000 11011100 1001101 11101

Color Harmonies of #113785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113785

Black with #113785

Text Example


Text Example

White with #113785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113785; }

 p { color: rgb(17,55,133); }

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

background-color css

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

 a { background-color: rgb(17,55,133); }

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

border-color css

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

 span { border-color: rgb(17,55,133); }

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