#114570

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

Shades of Dark Cerulean #114570

Tints of Dark Cerulean #114570

Color information

#114570 (or 0x114570) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 70. RGB value is (17,69,112). Sum of RGB (Red+Green+Blue) = 17+69+112=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #114570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114570 is #EEBA8F. Grayscale: #3A3A3A. Windows color (decimal): -15645328 or 7357713. OLE color: 7357713.

HSL color Cylindrical-coordinate representation of color #114570: hue angle of 207.16º 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 #114570 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1769112-
CMYK0.850.3800.56
HSL207.16º73.64%25.29%-
HSV(B)207.16º84.82%43.92%-
XYZ5.285.5516.12-
YUV58.35158.2798.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=8.59%
G=34.85%
B=56.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17691120.850.3800.56207.1673.6425.29
Hex1145705526038cf4a19
Octal211051601254607031711231
Binary10001100010111100001010101100110011100011001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114570; }

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

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

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

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

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

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

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

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