Html Css Color HEX #113783 Dark Cerulean

📋 copy color: '#113783'

red 17 ◦ green 55 ◦ blue 131

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

Shades of Dark Cerulean #113783

Tints of Dark Cerulean #113783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 64.53%

R = 8.37%
G = 27.09%
B = 64.53%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113783 (or 0x113783) is known color: Dark Cerulean. HEX triplet: 11, 37 and 83. RGB value is (17,55,131). Sum of RGB (Red+Green+Blue) = 17+55+131=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #113783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113783 is #EEC87C. Grayscale: #333333. Windows color (decimal): -15648893 or 8599313. OLE color: 8599313.

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

Color convert

RGB 17 55 131 -
CMYK 0.87 0.58 0 0.49
HSL 220º 0.77% 0.29% -
HSV(B) 220º 0.87% 0.51% -
XYZ 5.69 4.49 22.04 -
YUV 52.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 17 55 131 0.87 0.58 0 0.49 220 0.77 0.29
Hex 11 37 83 57 3A 0 31 DC 4D 1D
Octal 21 67 203 127 72 0 61 334 115 35
Binary 10001 110111 10000011 1010111 111010 0 110001 11011100 1001101 11101

Color Harmonies of #113783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113783

Black with #113783

Text Example


Text Example

White with #113783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113783; }

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

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

background-color css

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

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

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

border-color css

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

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

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