#114B6D

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

Shades of Dark Cerulean #114B6D

Tints of Dark Cerulean #114B6D

Color information

#114B6D (or 0x114B6D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 6D. RGB value is (17,75,109). Sum of RGB (Red+Green+Blue) = 17+75+109=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #114B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B6D is #EEB492. Grayscale: #3D3D3D. Windows color (decimal): -15643795 or 7162641. OLE color: 7162641.

HSL color Cylindrical-coordinate representation of color #114B6D: hue angle of 202.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114B6D is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1775109-
CMYK0.840.3100.57
HSL202.17º73.02%24.71%-
HSV(B)202.17º84.4%42.75%-
XYZ5.516.2615.39-
YUV61.53154.7896.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=8.46%
G=37.31%
B=54.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17751090.840.3100.57202.1773.0224.71
Hex114B6D541F039ca4919
Octal211131551243707131211131
Binary1000110010111101101101010011111011100111001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,109); }

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

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

 a { background-color: rgb(17,75,109); }

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

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

 span { border-color: rgb(17,75,109); }

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