#13508A

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

Shades of Dark Cerulean #13508A

Tints of Dark Cerulean #13508A

Color information

#13508A (or 0x13508A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 50 and 8A. RGB value is (19,80,138). Sum of RGB (Red+Green+Blue) = 19+80+138=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #13508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13508A is #ECAF75. Grayscale: #444444. Windows color (decimal): -15511414 or 9064467. OLE color: 9064467.

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

Color convert

RGB1980138-
CMYK0.860.4200.46
HSL209.24º75.8%30.78%-
HSV(B)209.24º86.23%54.12%-
XYZ7.727.7125.13-
YUV68.37167.2992.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 138 (54.30% from 255) = 58.23%
R=8.02%
G=33.76%
B=58.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19801380.860.4200.46209.2475.830.78
Hex13508A562A02Ed14c1f
Octal231202121265205632111437
Binary100111010000100010101010110101010010111011010001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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