#114672

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

Shades of Dark Cerulean #114672

Tints of Dark Cerulean #114672

Color information

#114672 (or 0x114672) is unknown color: approx Dark Cerulean. HEX triplet: 11, 46 and 72. RGB value is (17,70,114). Sum of RGB (Red+Green+Blue) = 17+70+114=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #114672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114672 is #EEB98D. Grayscale: #3A3A3A. Windows color (decimal): -15645070 or 7489041. OLE color: 7489041.

HSL color Cylindrical-coordinate representation of color #114672: hue angle of 207.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114672 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1770114-
CMYK0.850.3900.55
HSL207.22º74.05%25.69%-
HSV(B)207.22º85.09%44.71%-
XYZ5.465.7116.73-
YUV59.17158.9497.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=8.46%
G=34.83%
B=56.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17701140.850.3900.55207.2274.0525.69
Hex1146725527037cf4a1a
Octal211061621254706731711232
Binary10001100011011100101010101100111011011111001111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114672; }

 p { color: rgb(17,70,114); }

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

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

 a { background-color: rgb(17,70,114); }

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

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

 span { border-color: rgb(17,70,114); }

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