#114F8B

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

Shades of Dark Cerulean #114F8B

Tints of Dark Cerulean #114F8B

Color information

#114F8B (or 0x114F8B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 8B. RGB value is (17,79,139). Sum of RGB (Red+Green+Blue) = 17+79+139=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #114F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114F8B is #EEB074. Grayscale: #434343. Windows color (decimal): -15642741 or 9129745. OLE color: 9129745.

HSL color Cylindrical-coordinate representation of color #114F8B: hue angle of 209.51º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114F8B is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1779139-
CMYK0.880.4300.45
HSL209.51º78.21%30.59%-
HSV(B)209.51º87.77%54.51%-
XYZ7.697.5825.48-
YUV67.3168.4692.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=7.23%
G=33.62%
B=59.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17791390.880.4300.45209.5178.2130.59
Hex114F8B582B02Dd24e1f
Octal211172131305305532211637
Binary100011001111100010111011000101011010110111010010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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