#114276

Color #114276 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #114276

Tints of Dark Cerulean #114276

Color information

#114276 (or 0x114276) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 76. RGB value is (17,66,118). Sum of RGB (Red+Green+Blue) = 17+66+118=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #114276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114276 is #EEBD89. Grayscale: #393939. Windows color (decimal): -15646090 or 7750161. OLE color: 7750161.

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

Color convert

RGB1766118-
CMYK0.860.4400.54
HSL210.89º74.81%26.47%-
HSV(B)210.89º85.59%46.27%-
XYZ5.455.3217.88-
YUV57.28162.2799.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=8.46%
G=32.84%
B=58.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17661180.860.4400.54210.8974.8126.47
Hex114276562C036d34b1a
Octal211021661265406632311332
Binary10001100001011101101010110101100011011011010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114276; }

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

 H1.HeaderClassName
 {
   color: #114276;
 }
 .AnyTagClassName
 {
   color: #114276;
 }
</style>
background-color css

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

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

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

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

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

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