#11467A

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

Shades of Dark Cerulean #11467A

Tints of Dark Cerulean #11467A

Color information

#11467A (or 0x11467A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 46 and 7A. RGB value is (17,70,122). Sum of RGB (Red+Green+Blue) = 17+70+122=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #11467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11467A is #EEB985. Grayscale: #3B3B3B. Windows color (decimal): -15645062 or 8013329. OLE color: 8013329.

HSL color Cylindrical-coordinate representation of color #11467A: hue angle of 209.71º 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 #11467A is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1770122-
CMYK0.860.4300.52
HSL209.71º75.54%27.25%-
HSV(B)209.71º86.07%47.84%-
XYZ5.935.919.24-
YUV60.08162.9497.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=8.13%
G=33.49%
B=58.37%

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
Decimal17701220.860.4300.52209.7175.5427.25
Hex11467A562B034d24c1b
Octal211061721265306432211433
Binary10001100011011110101010110101011011010011010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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