Html Css Color HEX #114677 Dark Cerulean

📋 copy color: '#114677'

red 17 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #114677

Tints of Dark Cerulean #114677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 8.25%
G = 33.98%
B = 57.77%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114677 (or 0x114677) is known color: Dark Cerulean. HEX triplet: 11, 46 and 77. RGB value is (17,70,119). Sum of RGB (Red+Green+Blue) = 17+70+119=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #114677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114677 is #EEB988. Grayscale: #3B3B3B. Windows color (decimal): -15645065 or 7816721. OLE color: 7816721.

HSL color Cylindrical-coordinate representation of color #114677: hue angle of 208.82º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114677 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 70 119 -
CMYK 0.86 0.41 0 0.53
HSL 208.82º 0.75% 0.27% -
HSV(B) 208.82º 0.86% 0.47% -
XYZ 5.75 5.83 18.28 -
YUV 59.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 17 70 119 0.86 0.41 0 0.53 208.82 0.75 0.27
Hex 11 46 77 56 29 0 35 D1 4B 1B
Octal 21 106 167 126 51 0 65 321 113 33
Binary 10001 1000110 1110111 1010110 101001 0 110101 11010001 1001011 11011

Color Harmonies of #114677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114677

Black with #114677

Text Example


Text Example

White with #114677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114677; }

 p { color: rgb(17,70,119); }

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

background-color css

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

 a { background-color: rgb(17,70,119); }

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

border-color css

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

 span { border-color: rgb(17,70,119); }

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