Html Css Color HEX #114D6E Dark Cerulean

📋 copy color: '#114D6E'

red 17 ◦ green 77 ◦ blue 110

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

Shades of Dark Cerulean #114D6E

Tints of Dark Cerulean #114D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 8.33%
G = 37.75%
B = 53.92%

CMYK

 C value IS 0.85

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#114D6E (or 0x114D6E) is known color: Dark Cerulean. HEX triplet: 11, 4D and 6E. RGB value is (17,77,110). Sum of RGB (Red+Green+Blue) = 17+77+110=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #114D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6E is #EEB291. Grayscale: #3E3E3E. Windows color (decimal): -15643282 or 7228689. OLE color: 7228689.

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

Color convert

RGB 17 77 110 -
CMYK 0.85 0.3 0 0.57
HSL 201.29º 0.73% 0.25% -
HSV(B) 201.29º 0.85% 0.43% -
XYZ 5.7 6.55 15.72 -
YUV 62.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 17 77 110 0.85 0.3 0 0.57 201.29 0.73 0.25
Hex 11 4D 6E 55 1E 0 39 C9 49 19
Octal 21 115 156 125 36 0 71 311 111 31
Binary 10001 1001101 1101110 1010101 11110 0 111001 11001001 1001001 11001

Color Harmonies of #114D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D6E

Black with #114D6E

Text Example


Text Example

White with #114D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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