Html Css Color HEX #114D8A Dark Cerulean

📋 copy color: '#114D8A'

red 17 ◦ green 77 ◦ blue 138

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

Shades of Dark Cerulean #114D8A

Tints of Dark Cerulean #114D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 7.33%
G = 33.19%
B = 59.48%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#114D8A (or 0x114D8A) is known color: Dark Cerulean. HEX triplet: 11, 4D and 8A. RGB value is (17,77,138). Sum of RGB (Red+Green+Blue) = 17+77+138=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #114D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D8A is #EEB275. Grayscale: #414141. Windows color (decimal): -15643254 or 9063697. OLE color: 9063697.

HSL color Cylindrical-coordinate representation of color #114D8A: hue angle of 210.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114D8A is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 77 138 -
CMYK 0.88 0.44 0 0.46
HSL 210.25º 0.78% 0.3% -
HSV(B) 210.25º 0.88% 0.54% -
XYZ 7.47 7.26 25.05 -
YUV 66.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 17 77 138 0.88 0.44 0 0.46 210.25 0.78 0.3
Hex 11 4D 8A 58 2C 0 2E D2 4E 1E
Octal 21 115 212 130 54 0 56 322 116 36
Binary 10001 1001101 10001010 1011000 101100 0 101110 11010010 1001110 11110

Color Harmonies of #114D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D8A

Black with #114D8A

Text Example


Text Example

White with #114D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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