Html Css Color HEX #113774 Dark Cerulean

📋 copy color: '#113774'

red 17 ◦ green 55 ◦ blue 116

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

Shades of Dark Cerulean #113774

Tints of Dark Cerulean #113774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.7%

R = 9.04%
G = 29.26%
B = 61.7%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113774 (or 0x113774) is known color: Dark Cerulean. HEX triplet: 11, 37 and 74. RGB value is (17,55,116). Sum of RGB (Red+Green+Blue) = 17+55+116=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #113774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113774 is #EEC88B. Grayscale: #323232. Windows color (decimal): -15648908 or 7616273. OLE color: 7616273.

HSL color Cylindrical-coordinate representation of color #113774: hue angle of 216.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113774 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 55 116 -
CMYK 0.85 0.53 0 0.55
HSL 216.97º 0.74% 0.26% -
HSV(B) 216.97º 0.85% 0.45% -
XYZ 4.75 4.11 17.07 -
YUV 50.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 17 55 116 0.85 0.53 0 0.55 216.97 0.74 0.26
Hex 11 37 74 55 35 0 37 D9 4A 1A
Octal 21 67 164 125 65 0 67 331 112 32
Binary 10001 110111 1110100 1010101 110101 0 110111 11011001 1001010 11010

Color Harmonies of #113774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113774

Black with #113774

Text Example


Text Example

White with #113774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113774; }

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

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

background-color css

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

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

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

border-color css

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

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

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