Html Css Color HEX #114E6D Dark Cerulean

📋 copy color: '#114E6D'

red 17 ◦ green 78 ◦ blue 109

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

Shades of Dark Cerulean #114E6D

Tints of Dark Cerulean #114E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.24%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 8.33%
G = 38.24%
B = 53.43%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#114E6D (or 0x114E6D) is known color: Dark Cerulean. HEX triplet: 11, 4E and 6D. RGB value is (17,78,109). Sum of RGB (Red+Green+Blue) = 17+78+109=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #114E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E6D is #EEB192. Grayscale: #3F3F3F. Windows color (decimal): -15643027 or 7163409. OLE color: 7163409.

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

Color convert

RGB 17 78 109 -
CMYK 0.84 0.28 0 0.57
HSL 200.22º 0.73% 0.25% -
HSV(B) 200.22º 0.84% 0.43% -
XYZ 5.72 6.67 15.45 -
YUV 63.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 17 78 109 0.84 0.28 0 0.57 200.22 0.73 0.25
Hex 11 4E 6D 54 1C 0 39 C8 49 19
Octal 21 116 155 124 34 0 71 310 111 31
Binary 10001 1001110 1101101 1010100 11100 0 111001 11001000 1001001 11001

Color Harmonies of #114E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E6D

Black with #114E6D

Text Example


Text Example

White with #114E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,109); }

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

background-color css

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

 a { background-color: rgb(17,78,109); }

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

border-color css

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

 span { border-color: rgb(17,78,109); }

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