#114B70

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

Shades of Dark Cerulean #114B70

Tints of Dark Cerulean #114B70

Color information

#114B70 (or 0x114B70) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4B and 70. RGB value is (17,75,112). Sum of RGB (Red+Green+Blue) = 17+75+112=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #114B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B70 is #EEB48F. Grayscale: #3D3D3D. Windows color (decimal): -15643792 or 7359249. OLE color: 7359249.

HSL color Cylindrical-coordinate representation of color #114B70: hue angle of 203.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114B70 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1775112-
CMYK0.850.3300.56
HSL203.37º73.64%25.29%-
HSV(B)203.37º84.82%43.92%-
XYZ5.676.3216.25-
YUV61.88156.2895.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=8.33%
G=36.76%
B=54.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17751120.850.3300.56203.3773.6425.29
Hex114B705521038cb4a19
Octal211131601254107031311231
Binary10001100101111100001010101100001011100011001011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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