Html Css Color HEX #114C84 Dark Cerulean

📋 copy color: '#114C84'

red 17 ◦ green 76 ◦ blue 132

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

Shades of Dark Cerulean #114C84

Tints of Dark Cerulean #114C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 7.56%
G = 33.78%
B = 58.67%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#114C84 (or 0x114C84) is known color: Dark Cerulean. HEX triplet: 11, 4C and 84. RGB value is (17,76,132). Sum of RGB (Red+Green+Blue) = 17+76+132=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #114C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C84 is #EEB37B. Grayscale: #404040. Windows color (decimal): -15643516 or 8670225. OLE color: 8670225.

HSL color Cylindrical-coordinate representation of color #114C84: hue angle of 209.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114C84 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 76 132 -
CMYK 0.87 0.42 0 0.48
HSL 209.22º 0.77% 0.29% -
HSV(B) 209.22º 0.87% 0.52% -
XYZ 6.98 6.95 22.8 -
YUV 64.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 17 76 132 0.87 0.42 0 0.48 209.22 0.77 0.29
Hex 11 4C 84 57 2A 0 30 D1 4D 1D
Octal 21 114 204 127 52 0 60 321 115 35
Binary 10001 1001100 10000100 1010111 101010 0 110000 11010001 1001101 11101

Color Harmonies of #114C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C84

Black with #114C84

Text Example


Text Example

White with #114C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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