#114F84

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

Shades of Dark Cerulean #114F84

Tints of Dark Cerulean #114F84

Color information

#114F84 (or 0x114F84) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 84. RGB value is (17,79,132). Sum of RGB (Red+Green+Blue) = 17+79+132=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #114F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114F84 is #EEB07B. Grayscale: #424242. Windows color (decimal): -15642748 or 8670993. OLE color: 8670993.

HSL color Cylindrical-coordinate representation of color #114F84: hue angle of 207.65º 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 #114F84 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1779132-
CMYK0.870.4000.48
HSL207.65º77.18%29.22%-
HSV(B)207.65º87.12%51.76%-
XYZ7.197.3822.87-
YUV66.5164.9692.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=7.46%
G=34.65%
B=57.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17791320.870.4000.48207.6577.1829.22
Hex114F845728030d04d1d
Octal211172041275006032011535
Binary100011001111100001001010111101000011000011010000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,79,132); }

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

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

 a { background-color: rgb(17,79,132); }

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

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

 span { border-color: rgb(17,79,132); }

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