#114080

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

Shades of Dark Cerulean #114080

Tints of Dark Cerulean #114080

Color information

#114080 (or 0x114080) is unknown color: approx Dark Cerulean. HEX triplet: 11, 40 and 80. RGB value is (17,64,128). Sum of RGB (Red+Green+Blue) = 17+64+128=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #114080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114080 is #EEBF7F. Grayscale: #383838. Windows color (decimal): -15646592 or 8405009. OLE color: 8405009.

HSL color Cylindrical-coordinate representation of color #114080: hue angle of 214.59º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114080 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1764128-
CMYK0.870.500.50
HSL214.59º76.55%28.43%-
HSV(B)214.59º86.72%50.2%-
XYZ5.965.3421.14-
YUV57.24167.9399.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=8.13%
G=30.62%
B=61.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17641280.870.500.50214.5976.5528.43
Hex1140805732032d74d1c
Octal211002001276206232711534
Binary100011000000100000001010111110010011001011010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114080; }

 p { color: rgb(17,64,128); }

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

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

 a { background-color: rgb(17,64,128); }

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

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

 span { border-color: rgb(17,64,128); }

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