#13517A

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

Shades of Dark Cerulean #13517A

Tints of Dark Cerulean #13517A

Color information

#13517A (or 0x13517A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 51 and 7A. RGB value is (19,81,122). Sum of RGB (Red+Green+Blue) = 19+81+122=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #13517A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13517A is #ECAE85. Grayscale: #424242. Windows color (decimal): -15511174 or 8016147. OLE color: 8016147.

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

Color convert

RGB1981122-
CMYK0.840.3400.52
HSL203.88º73.05%27.65%-
HSV(B)203.88º84.43%47.84%-
XYZ6.727.4319.49-
YUV67.14158.9693.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=8.56%
G=36.49%
B=54.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19811220.840.3400.52203.8873.0527.65
Hex13517A5422034cc491c
Octal231211721244206431411134
Binary10011101000111110101010100100010011010011001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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