Html Css Color HEX #114579 Dark Cerulean

📋 copy color: '#114579'

red 17 ◦ green 69 ◦ blue 121

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

Shades of Dark Cerulean #114579

Tints of Dark Cerulean #114579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 8.21%
G = 33.33%
B = 58.45%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114579 (or 0x114579) is known color: Dark Cerulean. HEX triplet: 11, 45 and 79. RGB value is (17,69,121). Sum of RGB (Red+Green+Blue) = 17+69+121=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #114579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114579 is #EEBA86. Grayscale: #3B3B3B. Windows color (decimal): -15645319 or 7947537. OLE color: 7947537.

HSL color Cylindrical-coordinate representation of color #114579: hue angle of 210º 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 #114579 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 69 121 -
CMYK 0.86 0.43 0 0.53
HSL 210º 0.75% 0.27% -
HSV(B) 210º 0.86% 0.47% -
XYZ 5.81 5.76 18.89 -
YUV 59.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 17 69 121 0.86 0.43 0 0.53 210 0.75 0.27
Hex 11 45 79 56 2B 0 35 D2 4B 1B
Octal 21 105 171 126 53 0 65 322 113 33
Binary 10001 1000101 1111001 1010110 101011 0 110101 11010010 1001011 11011

Color Harmonies of #114579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114579

Black with #114579

Text Example


Text Example

White with #114579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114579; }

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

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

background-color css

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

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

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

border-color css

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

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

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