Html Css Color HEX #114C80 Dark Cerulean

📋 copy color: '#114C80'

red 17 ◦ green 76 ◦ blue 128

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

Shades of Dark Cerulean #114C80

Tints of Dark Cerulean #114C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 7.69%
G = 34.39%
B = 57.92%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#114C80 (or 0x114C80) is known color: Dark Cerulean. HEX triplet: 11, 4C and 80. RGB value is (17,76,128). Sum of RGB (Red+Green+Blue) = 17+76+128=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #114C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C80 is #EEB37F. Grayscale: #404040. Windows color (decimal): -15643520 or 8408081. OLE color: 8408081.

HSL color Cylindrical-coordinate representation of color #114C80: hue angle of 208.11º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114C80 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 76 128 -
CMYK 0.87 0.41 0 0.50
HSL 208.11º 0.77% 0.28% -
HSV(B) 208.11º 0.87% 0.5% -
XYZ 6.71 6.85 21.39 -
YUV 64.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 17 76 128 0.87 0.41 0 0.50 208.11 0.77 0.28
Hex 11 4C 80 57 29 0 32 D0 4D 1C
Octal 21 114 200 127 51 0 62 320 115 34
Binary 10001 1001100 10000000 1010111 101001 0 110010 11010000 1001101 11100

Color Harmonies of #114C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C80

Black with #114C80

Text Example


Text Example

White with #114C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114C80; }

 p { color: rgb(17,76,128); }

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

background-color css

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

 a { background-color: rgb(17,76,128); }

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

border-color css

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

 span { border-color: rgb(17,76,128); }

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