Html Css Color HEX #114178 Dark Cerulean

📋 copy color: '#114178'

red 17 ◦ green 65 ◦ blue 120

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

Shades of Dark Cerulean #114178

Tints of Dark Cerulean #114178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.41%

R = 8.42%
G = 32.18%
B = 59.41%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#114178 (or 0x114178) is known color: Dark Cerulean. HEX triplet: 11, 41 and 78. RGB value is (17,65,120). Sum of RGB (Red+Green+Blue) = 17+65+120=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #114178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114178 is #EEBE87. Grayscale: #383838. Windows color (decimal): -15646344 or 7880977. OLE color: 7880977.

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

Color convert

RGB 17 65 120 -
CMYK 0.86 0.46 0 0.53
HSL 212.04º 0.75% 0.27% -
HSV(B) 212.04º 0.86% 0.47% -
XYZ 5.51 5.26 18.49 -
YUV 56.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 17 65 120 0.86 0.46 0 0.53 212.04 0.75 0.27
Hex 11 41 78 56 2E 0 35 D4 4B 1B
Octal 21 101 170 126 56 0 65 324 113 33
Binary 10001 1000001 1111000 1010110 101110 0 110101 11010100 1001011 11011

Color Harmonies of #114178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114178

Black with #114178

Text Example


Text Example

White with #114178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114178; }

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

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

background-color css

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

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

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

border-color css

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

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

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