#114A85

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

Shades of Dark Cerulean #114A85

Tints of Dark Cerulean #114A85

Color information

#114A85 (or 0x114A85) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4A and 85. RGB value is (17,74,133). Sum of RGB (Red+Green+Blue) = 17+74+133=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #114A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A85 is #EEB57A. Grayscale: #3F3F3F. Windows color (decimal): -15644027 or 8735249. OLE color: 8735249.

HSL color Cylindrical-coordinate representation of color #114A85: hue angle of 210.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114A85 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1774133-
CMYK0.870.4400.48
HSL210.52º77.33%29.41%-
HSV(B)210.52º87.22%52.16%-
XYZ6.916.7123.12-
YUV63.68167.1294.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=7.59%
G=33.04%
B=59.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17741330.870.4400.48210.5277.3329.41
Hex114A85572C030d34d1d
Octal211122051275406032311535
Binary100011001010100001011010111101100011000011010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A85; }

 p { color: rgb(17,74,133); }

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

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

 a { background-color: rgb(17,74,133); }

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

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

 span { border-color: rgb(17,74,133); }

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