#13467A

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

Shades of Dark Cerulean #13467A

Tints of Dark Cerulean #13467A

Color information

#13467A (or 0x13467A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 7A. RGB value is (19,70,122). Sum of RGB (Red+Green+Blue) = 19+70+122=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #13467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467A is #ECB985. Grayscale: #3C3C3C. Windows color (decimal): -15513990 or 8013331. OLE color: 8013331.

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

Color convert

RGB1970122-
CMYK0.840.4300.52
HSL210.29º73.05%27.65%-
HSV(B)210.29º84.43%47.84%-
XYZ5.975.9219.24-
YUV60.68162.698.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=9.00%
G=33.18%
B=57.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19701220.840.4300.52210.2973.0527.65
Hex13467A542B034d2491c
Octal231061721245306432211134
Binary10011100011011110101010100101011011010011010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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