#13506A

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

Shades of Arapawa #13506A

Tints of Arapawa #13506A

Color information

#13506A (or 0x13506A) is unknown color: approx Arapawa. HEX triplet: 13, 50 and 6A. RGB value is (19,80,106). Sum of RGB (Red+Green+Blue) = 19+80+106=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #13506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13506A is #ECAF95. Grayscale: #404040. Windows color (decimal): -15511446 or 6967315. OLE color: 6967315.

HSL color Cylindrical-coordinate representation of color #13506A: hue angle of 197.93º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13506A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1980106-
CMYK0.820.2500.58
HSL197.93º69.6%24.51%-
HSV(B)197.93º82.08%41.57%-
XYZ5.746.9214.67-
YUV64.72151.2995.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=9.27%
G=39.02%
B=51.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19801060.820.2500.58197.9369.624.51
Hex13506A521903Ac64619
Octal231201521223107230610631
Binary1001110100001101010101001011001011101011000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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