Html Css Color HEX #113C88 Dark Cerulean

📋 copy color: '#113C88'

red 17 ◦ green 60 ◦ blue 136

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

Shades of Dark Cerulean #113C88

Tints of Dark Cerulean #113C88

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 7.98%
G = 28.17%
B = 63.85%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113C88 (or 0x113C88) is known color: Dark Cerulean. HEX triplet: 11, 3C and 88. RGB value is (17,60,136). Sum of RGB (Red+Green+Blue) = 17+60+136=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #113C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C88 is #EEC377. Grayscale: #373737. Windows color (decimal): -15647608 or 8928273. OLE color: 8928273.

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

Color convert

RGB 17 60 136 -
CMYK 0.87 0.56 0 0.47
HSL 218.32º 0.78% 0.3% -
HSV(B) 218.32º 0.88% 0.53% -
XYZ 6.29 5.13 23.95 -
YUV 55.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 17 60 136 0.87 0.56 0 0.47 218.32 0.78 0.3
Hex 11 3C 88 57 38 0 2F DA 4E 1E
Octal 21 74 210 127 70 0 57 332 116 36
Binary 10001 111100 10001000 1010111 111000 0 101111 11011010 1001110 11110

Color Harmonies of #113C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C88

Black with #113C88

Text Example


Text Example

White with #113C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,136); }

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

background-color css

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

 a { background-color: rgb(17,60,136); }

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

border-color css

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

 span { border-color: rgb(17,60,136); }

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