Html Css Color HEX #114E7D Dark Cerulean

📋 copy color: '#114E7D'

red 17 ◦ green 78 ◦ blue 125

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

Shades of Dark Cerulean #114E7D

Tints of Dark Cerulean #114E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 7.73%
G = 35.45%
B = 56.82%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#114E7D (or 0x114E7D) is known color: Dark Cerulean. HEX triplet: 11, 4E and 7D. RGB value is (17,78,125). Sum of RGB (Red+Green+Blue) = 17+78+125=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #114E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E7D is #EEB182. Grayscale: #404040. Windows color (decimal): -15643011 or 8211985. OLE color: 8211985.

HSL color Cylindrical-coordinate representation of color #114E7D: hue angle of 206.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114E7D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 78 125 -
CMYK 0.86 0.38 0 0.51
HSL 206.11º 0.76% 0.28% -
HSV(B) 206.11º 0.86% 0.49% -
XYZ 6.66 7.05 20.41 -
YUV 65.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 17 78 125 0.86 0.38 0 0.51 206.11 0.76 0.28
Hex 11 4E 7D 56 26 0 33 CE 4C 1C
Octal 21 116 175 126 46 0 63 316 114 34
Binary 10001 1001110 1111101 1010110 100110 0 110011 11001110 1001100 11100

Color Harmonies of #114E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E7D

Black with #114E7D

Text Example


Text Example

White with #114E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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