Html Css Color HEX #113D87 Dark Cerulean

📋 copy color: '#113D87'

red 17 ◦ green 61 ◦ blue 135

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

Shades of Dark Cerulean #113D87

Tints of Dark Cerulean #113D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.64%

 BLUE value IS 135 (53.13% from 255) = 63.38%

R = 7.98%
G = 28.64%
B = 63.38%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113D87 (or 0x113D87) is known color: Dark Cerulean. HEX triplet: 11, 3D and 87. RGB value is (17,61,135). Sum of RGB (Red+Green+Blue) = 17+61+135=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #113D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D87 is #EEC278. Grayscale: #373737. Windows color (decimal): -15647353 or 8862993. OLE color: 8862993.

HSL color Cylindrical-coordinate representation of color #113D87: hue angle of 217.63º degrees, saturation: 0.78, 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 #113D87 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 61 135 -
CMYK 0.87 0.55 0 0.47
HSL 217.63º 0.78% 0.3% -
HSV(B) 217.63º 0.87% 0.53% -
XYZ 6.27 5.21 23.6 -
YUV 56.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 17 61 135 0.87 0.55 0 0.47 217.63 0.78 0.3
Hex 11 3D 87 57 37 0 2F DA 4E 1E
Octal 21 75 207 127 67 0 57 332 116 36
Binary 10001 111101 10000111 1010111 110111 0 101111 11011010 1001110 11110

Color Harmonies of #113D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D87

Black with #113D87

Text Example


Text Example

White with #113D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,135); }

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

background-color css

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

 a { background-color: rgb(17,61,135); }

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

border-color css

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

 span { border-color: rgb(17,61,135); }

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