Html Css Color HEX #114177 Dark Cerulean

📋 copy color: '#114177'

red 17 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #114177

Tints of Dark Cerulean #114177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 8.46%
G = 32.34%
B = 59.2%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114177 (or 0x114177) is known color: Dark Cerulean. HEX triplet: 11, 41 and 77. RGB value is (17,65,119). Sum of RGB (Red+Green+Blue) = 17+65+119=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #114177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114177 is #EEBE88. Grayscale: #383838. Windows color (decimal): -15646345 or 7815441. OLE color: 7815441.

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

Color convert

RGB 17 65 119 -
CMYK 0.86 0.45 0 0.53
HSL 211.76º 0.75% 0.27% -
HSV(B) 211.76º 0.86% 0.47% -
XYZ 5.45 5.23 18.18 -
YUV 56.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 17 65 119 0.86 0.45 0 0.53 211.76 0.75 0.27
Hex 11 41 77 56 2D 0 35 D4 4B 1B
Octal 21 101 167 126 55 0 65 324 113 33
Binary 10001 1000001 1110111 1010110 101101 0 110101 11010100 1001011 11011

Color Harmonies of #114177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114177

Black with #114177

Text Example


Text Example

White with #114177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114177; }

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

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

background-color css

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

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

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

border-color css

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

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

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