#11457A

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

Shades of Dark Cerulean #11457A

Tints of Dark Cerulean #11457A

Color information

#11457A (or 0x11457A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 7A. RGB value is (17,69,122). Sum of RGB (Red+Green+Blue) = 17+69+122=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #11457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11457A is #EEBA85. Grayscale: #3B3B3B. Windows color (decimal): -15645318 or 8013073. OLE color: 8013073.

HSL color Cylindrical-coordinate representation of color #11457A: hue angle of 210.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11457A is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1769122-
CMYK0.860.4300.52
HSL210.29º75.54%27.25%-
HSV(B)210.29º86.07%47.84%-
XYZ5.875.7819.22-
YUV59.49163.2797.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=8.17%
G=33.17%
B=58.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17691220.860.4300.52210.2975.5427.25
Hex11457A562B034d24c1b
Octal211051721265306432211433
Binary10001100010111110101010110101011011010011010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11457A; }

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

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

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

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

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

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

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

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