#13538A

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

Shades of Dark Cerulean #13538A

Tints of Dark Cerulean #13538A

Color information

#13538A (or 0x13538A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 53 and 8A. RGB value is (19,83,138). Sum of RGB (Red+Green+Blue) = 19+83+138=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #13538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13538A is #ECAC75. Grayscale: #454545. Windows color (decimal): -15510646 or 9065235. OLE color: 9065235.

HSL color Cylindrical-coordinate representation of color #13538A: hue angle of 207.73º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13538A is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1983138-
CMYK0.860.4000.46
HSL207.73º75.8%30.78%-
HSV(B)207.73º86.23%54.12%-
XYZ7.958.1625.2-
YUV70.13166.391.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=7.92%
G=34.58%
B=57.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19831380.860.4000.46207.7375.830.78
Hex13538A562802Ed04c1f
Octal231232121265005632011437
Binary100111010011100010101010110101000010111011010000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,83,138); }

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

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

 a { background-color: rgb(19,83,138); }

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

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

 span { border-color: rgb(19,83,138); }

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