#155168

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

Shades of Arapawa #155168

Tints of Arapawa #155168

Color information

#155168 (or 0x155168) is unknown color: approx Arapawa. HEX triplet: 15, 51 and 68. RGB value is (21,81,104). Sum of RGB (Red+Green+Blue) = 21+81+104=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #155168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155168 is #EAAE97. Grayscale: #414141. Windows color (decimal): -15380120 or 6836501. OLE color: 6836501.

HSL color Cylindrical-coordinate representation of color #155168: hue angle of 196.63º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155168 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2181104-
CMYK0.800.2200.59
HSL196.63º66.4%24.51%-
HSV(B)196.63º79.81%40.78%-
XYZ5.757.0414.15-
YUV65.68149.6296.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=10.19%
G=39.32%
B=50.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21811040.800.2200.59196.6366.424.51
Hex155168501603Bc54219
Octal251211501202607330510231
Binary1010110100011101000101000010110011101111000101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155168; }

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

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

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

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

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

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

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

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