Html Css Color HEX #114976 Dark Cerulean

📋 copy color: '#114976'

red 17 ◦ green 73 ◦ blue 118

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

Shades of Dark Cerulean #114976

Tints of Dark Cerulean #114976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 118 (46.48% from 255) = 56.73%

R = 8.17%
G = 35.1%
B = 56.73%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114976 (or 0x114976) is known color: Dark Cerulean. HEX triplet: 11, 49 and 76. RGB value is (17,73,118). Sum of RGB (Red+Green+Blue) = 17+73+118=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #114976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114976 is #EEB689. Grayscale: #3D3D3D. Windows color (decimal): -15644298 or 7751953. OLE color: 7751953.

HSL color Cylindrical-coordinate representation of color #114976: hue angle of 206.73º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114976 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 73 118 -
CMYK 0.86 0.38 0 0.54
HSL 206.73º 0.75% 0.26% -
HSV(B) 206.73º 0.86% 0.46% -
XYZ 5.88 6.19 18.02 -
YUV 61.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 17 73 118 0.86 0.38 0 0.54 206.73 0.75 0.26
Hex 11 49 76 56 26 0 36 CF 4B 1A
Octal 21 111 166 126 46 0 66 317 113 32
Binary 10001 1001001 1110110 1010110 100110 0 110110 11001111 1001011 11010

Color Harmonies of #114976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114976

Black with #114976

Text Example


Text Example

White with #114976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114976; }

 p { color: rgb(17,73,118); }

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

background-color css

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

 a { background-color: rgb(17,73,118); }

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

border-color css

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

 span { border-color: rgb(17,73,118); }

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