#135169

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

Shades of Arapawa #135169

Tints of Arapawa #135169

Color information

#135169 (or 0x135169) is unknown color: approx Arapawa. HEX triplet: 13, 51 and 69. RGB value is (19,81,105). Sum of RGB (Red+Green+Blue) = 19+81+105=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #135169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135169 is #ECAE96. Grayscale: #414141. Windows color (decimal): -15511191 or 6902035. OLE color: 6902035.

HSL color Cylindrical-coordinate representation of color #135169: hue angle of 196.74º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135169 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1981105-
CMYK0.820.2300.59
HSL196.74º69.35%24.31%-
HSV(B)196.74º81.9%41.18%-
XYZ5.767.0414.42-
YUV65.2150.4695.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=9.27%
G=39.51%
B=51.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19811050.820.2300.59196.7469.3524.31
Hex135169521703Bc54518
Octal231211511222707330510530
Binary1001110100011101001101001010111011101111000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135169; }

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

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

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

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

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

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

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

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