Html Css Color HEX #114C6D Dark Cerulean

📋 copy color: '#114C6D'

red 17 ◦ green 76 ◦ blue 109

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

Shades of Dark Cerulean #114C6D

Tints of Dark Cerulean #114C6D

RGB

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

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

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

R = 8.42%
G = 37.62%
B = 53.96%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#114C6D (or 0x114C6D) is known color: Dark Cerulean. HEX triplet: 11, 4C and 6D. RGB value is (17,76,109). Sum of RGB (Red+Green+Blue) = 17+76+109=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #114C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C6D is #EEB392. Grayscale: #3D3D3D. Windows color (decimal): -15643539 or 7162897. OLE color: 7162897.

HSL color Cylindrical-coordinate representation of color #114C6D: hue angle of 201.52º 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 #114C6D is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 76 109 -
CMYK 0.84 0.30 0 0.57
HSL 201.52º 0.73% 0.25% -
HSV(B) 201.52º 0.84% 0.43% -
XYZ 5.58 6.39 15.41 -
YUV 62.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 17 76 109 0.84 0.30 0 0.57 201.52 0.73 0.25
Hex 11 4C 6D 54 1E 0 39 CA 49 19
Octal 21 114 155 124 36 0 71 312 111 31
Binary 10001 1001100 1101101 1010100 11110 0 111001 11001010 1001001 11001

Color Harmonies of #114C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C6D

Black with #114C6D

Text Example


Text Example

White with #114C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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