Html Css Color HEX #113F88 Dark Cerulean

📋 copy color: '#113F88'

red 17 ◦ green 63 ◦ blue 136

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

Shades of Dark Cerulean #113F88

Tints of Dark Cerulean #113F88

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 7.87%
G = 29.17%
B = 62.96%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113F88 (or 0x113F88) is known color: Dark Cerulean. HEX triplet: 11, 3F and 88. RGB value is (17,63,136). Sum of RGB (Red+Green+Blue) = 17+63+136=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #113F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F88 is #EEC077. Grayscale: #393939. Windows color (decimal): -15646840 or 8929041. OLE color: 8929041.

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

Color convert

RGB 17 63 136 -
CMYK 0.87 0.54 0 0.47
HSL 216.81º 0.78% 0.3% -
HSV(B) 216.81º 0.88% 0.53% -
XYZ 6.45 5.45 24 -
YUV 57.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 17 63 136 0.87 0.54 0 0.47 216.81 0.78 0.3
Hex 11 3F 88 57 36 0 2F D9 4E 1E
Octal 21 77 210 127 66 0 57 331 116 36
Binary 10001 111111 10001000 1010111 110110 0 101111 11011001 1001110 11110

Color Harmonies of #113F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F88

Black with #113F88

Text Example


Text Example

White with #113F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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