Html Css Color HEX #115076 Dark Cerulean

📋 copy color: '#115076'

red 17 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #115076

Tints of Dark Cerulean #115076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.21%

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

R = 7.91%
G = 37.21%
B = 54.88%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115076 (or 0x115076) is known color: Dark Cerulean. HEX triplet: 11, 50 and 76. RGB value is (17,80,118). Sum of RGB (Red+Green+Blue) = 17+80+118=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #115076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115076 is #EEAF89. Grayscale: #414141. Windows color (decimal): -15642506 or 7753745. OLE color: 7753745.

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

Color convert

RGB 17 80 118 -
CMYK 0.86 0.32 0 0.54
HSL 202.57º 0.75% 0.26% -
HSV(B) 202.57º 0.86% 0.46% -
XYZ 6.37 7.16 18.19 -
YUV 65.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 17 80 118 0.86 0.32 0 0.54 202.57 0.75 0.26
Hex 11 50 76 56 20 0 36 CB 4B 1A
Octal 21 120 166 126 40 0 66 313 113 32
Binary 10001 1010000 1110110 1010110 100000 0 110110 11001011 1001011 11010

Color Harmonies of #115076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115076

Black with #115076

Text Example


Text Example

White with #115076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115076; }

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

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

background-color css

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

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

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

border-color css

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

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

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