#114480

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

Shades of Dark Cerulean #114480

Tints of Dark Cerulean #114480

Color information

#114480 (or 0x114480) is unknown color: approx Dark Cerulean. HEX triplet: 11, 44 and 80. RGB value is (17,68,128). Sum of RGB (Red+Green+Blue) = 17+68+128=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #114480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114480 is #EEBB7F. Grayscale: #3B3B3B. Windows color (decimal): -15645568 or 8406033. OLE color: 8406033.

HSL color Cylindrical-coordinate representation of color #114480: hue angle of 212.43º 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 #114480 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1768128-
CMYK0.870.4700.50
HSL212.43º76.55%28.43%-
HSV(B)212.43º86.72%50.2%-
XYZ6.195.8121.22-
YUV59.59166.697.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=7.98%
G=31.92%
B=60.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17681280.870.4700.50212.4376.5528.43
Hex114480572F032d44d1c
Octal211042001275706232411534
Binary100011000100100000001010111101111011001011010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114480; }

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

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

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

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

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

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

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

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