#135168

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

Shades of Arapawa #135168

Tints of Arapawa #135168

Color information

#135168 (or 0x135168) is unknown color: approx Arapawa. HEX triplet: 13, 51 and 68. RGB value is (19,81,104). Sum of RGB (Red+Green+Blue) = 19+81+104=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #135168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135168 is #ECAE97. Grayscale: #404040. Windows color (decimal): -15511192 or 6836499. OLE color: 6836499.

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

Color convert

RGB1981104-
CMYK0.820.2200.59
HSL196.24º69.11%24.12%-
HSV(B)196.24º81.73%40.78%-
XYZ5.717.0214.15-
YUV65.08149.9695.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=9.31%
G=39.71%
B=50.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19811040.820.2200.59196.2469.1124.12
Hex135168521603Bc44518
Octal231211501222607330410530
Binary1001110100011101000101001010110011101111000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135168; }

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

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

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

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

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

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

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

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