Html Css Color HEX #113979 Dark Cerulean

📋 copy color: '#113979'

red 17 ◦ green 57 ◦ blue 121

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

Shades of Dark Cerulean #113979

Tints of Dark Cerulean #113979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 8.72%
G = 29.23%
B = 62.05%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113979 (or 0x113979) is known color: Dark Cerulean. HEX triplet: 11, 39 and 79. RGB value is (17,57,121). Sum of RGB (Red+Green+Blue) = 17+57+121=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #113979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113979 is #EEC686. Grayscale: #343434. Windows color (decimal): -15648391 or 7944465. OLE color: 7944465.

HSL color Cylindrical-coordinate representation of color #113979: hue angle of 216.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113979 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 57 121 -
CMYK 0.86 0.53 0 0.53
HSL 216.92º 0.75% 0.27% -
HSV(B) 216.92º 0.86% 0.47% -
XYZ 5.15 4.43 18.67 -
YUV 52.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 17 57 121 0.86 0.53 0 0.53 216.92 0.75 0.27
Hex 11 39 79 56 35 0 35 D9 4B 1B
Octal 21 71 171 126 65 0 65 331 113 33
Binary 10001 111001 1111001 1010110 110101 0 110101 11011001 1001011 11011

Color Harmonies of #113979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113979

Black with #113979

Text Example


Text Example

White with #113979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113979; }

 p { color: rgb(17,57,121); }

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

background-color css

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

 a { background-color: rgb(17,57,121); }

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

border-color css

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

 span { border-color: rgb(17,57,121); }

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