#135268

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

Shades of Arapawa #135268

Tints of Arapawa #135268

Color information

#135268 (or 0x135268) is unknown color: approx Arapawa. HEX triplet: 13, 52 and 68. RGB value is (19,82,104). Sum of RGB (Red+Green+Blue) = 19+82+104=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #135268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135268 is #ECAD97. Grayscale: #414141. Windows color (decimal): -15510936 or 6836755. OLE color: 6836755.

HSL color Cylindrical-coordinate representation of color #135268: hue angle of 195.53º 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 #135268 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1982104-
CMYK0.820.2100.59
HSL195.53º69.11%24.12%-
HSV(B)195.53º81.73%40.78%-
XYZ5.787.1714.18-
YUV65.67149.6394.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=9.27%
G=40%
B=50.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19821040.820.2100.59195.5369.1124.12
Hex135268521503Bc44518
Octal231221501222507330410530
Binary1001110100101101000101001010101011101111000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135268; }

 p { color: rgb(19,82,104); }

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

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

 a { background-color: rgb(19,82,104); }

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

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

 span { border-color: rgb(19,82,104); }

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