Html Css Color HEX #114376 Dark Cerulean

📋 copy color: '#114376'

red 17 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #114376

Tints of Dark Cerulean #114376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 8.42%
G = 33.17%
B = 58.42%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#114376 (or 0x114376) is known color: Dark Cerulean. HEX triplet: 11, 43 and 76. RGB value is (17,67,118). Sum of RGB (Red+Green+Blue) = 17+67+118=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #114376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114376 is #EEBC89. Grayscale: #393939. Windows color (decimal): -15645834 or 7750417. OLE color: 7750417.

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

Color convert

RGB 17 67 118 -
CMYK 0.86 0.43 0 0.54
HSL 210.3º 0.75% 0.26% -
HSV(B) 210.3º 0.86% 0.46% -
XYZ 5.51 5.44 17.9 -
YUV 57.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 17 67 118 0.86 0.43 0 0.54 210.3 0.75 0.26
Hex 11 43 76 56 2B 0 36 D2 4B 1A
Octal 21 103 166 126 53 0 66 322 113 32
Binary 10001 1000011 1110110 1010110 101011 0 110110 11010010 1001011 11010

Color Harmonies of #114376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114376

Black with #114376

Text Example


Text Example

White with #114376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114376; }

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

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

background-color css

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

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

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

border-color css

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

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

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