Html Css Color HEX #114D6C Dark Cerulean

📋 copy color: '#114D6C'

red 17 ◦ green 77 ◦ blue 108

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

Shades of Dark Cerulean #114D6C

Tints of Dark Cerulean #114D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 8.42%
G = 38.12%
B = 53.47%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#114D6C (or 0x114D6C) is known color: Dark Cerulean. HEX triplet: 11, 4D and 6C. RGB value is (17,77,108). Sum of RGB (Red+Green+Blue) = 17+77+108=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #114D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6C is #EEB293. Grayscale: #3E3E3E. Windows color (decimal): -15643284 or 7097617. OLE color: 7097617.

HSL color Cylindrical-coordinate representation of color #114D6C: hue angle of 200.44º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114D6C is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 77 108 -
CMYK 0.84 0.29 0 0.58
HSL 200.44º 0.73% 0.25% -
HSV(B) 200.44º 0.84% 0.42% -
XYZ 5.59 6.51 15.15 -
YUV 62.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 17 77 108 0.84 0.29 0 0.58 200.44 0.73 0.25
Hex 11 4D 6C 54 1D 0 3A C8 49 19
Octal 21 115 154 124 35 0 72 310 111 31
Binary 10001 1001101 1101100 1010100 11101 0 111010 11001000 1001001 11001

Color Harmonies of #114D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D6C

Black with #114D6C

Text Example


Text Example

White with #114D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,108); }

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

background-color css

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

 a { background-color: rgb(17,77,108); }

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

border-color css

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

 span { border-color: rgb(17,77,108); }

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