#115278

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

Shades of Dark Cerulean #115278

Tints of Dark Cerulean #115278

Color information

#115278 (or 0x115278) is unknown color: approx Dark Cerulean. HEX triplet: 11, 52 and 78. RGB value is (17,82,120). Sum of RGB (Red+Green+Blue) = 17+82+120=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #115278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115278 is #EEAD87. Grayscale: #424242. Windows color (decimal): -15641992 or 7885329. OLE color: 7885329.

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

Color convert

RGB1782120-
CMYK0.860.3200.53
HSL202.14º75.18%26.86%-
HSV(B)202.14º85.83%47.06%-
XYZ6.647.5118.87-
YUV66.9157.9792.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=7.76%
G=37.44%
B=54.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17821200.860.3200.53202.1475.1826.86
Hex1152785620035ca4b1b
Octal211221701264006531211333
Binary10001101001011110001010110100000011010111001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115278; }

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

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

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

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

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

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

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

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