Html Css Color HEX #114884 Dark Cerulean

📋 copy color: '#114884'

red 17 ◦ green 72 ◦ blue 132

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

Shades of Dark Cerulean #114884

Tints of Dark Cerulean #114884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

R = 7.69%
G = 32.58%
B = 59.73%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#114884 (or 0x114884) is known color: Dark Cerulean. HEX triplet: 11, 48 and 84. RGB value is (17,72,132). Sum of RGB (Red+Green+Blue) = 17+72+132=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #114884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114884 is #EEB77B. Grayscale: #3E3E3E. Windows color (decimal): -15644540 or 8669201. OLE color: 8669201.

HSL color Cylindrical-coordinate representation of color #114884: hue angle of 211.3º 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 #114884 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 72 132 -
CMYK 0.87 0.45 0 0.48
HSL 211.3º 0.77% 0.29% -
HSV(B) 211.3º 0.87% 0.52% -
XYZ 6.71 6.42 22.72 -
YUV 62.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 17 72 132 0.87 0.45 0 0.48 211.3 0.77 0.29
Hex 11 48 84 57 2D 0 30 D3 4D 1D
Octal 21 110 204 127 55 0 60 323 115 35
Binary 10001 1001000 10000100 1010111 101101 0 110000 11010011 1001101 11101

Color Harmonies of #114884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114884

Black with #114884

Text Example


Text Example

White with #114884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114884; }

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

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

background-color css

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

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

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

border-color css

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

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

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