#155169

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

Shades of Arapawa #155169

Tints of Arapawa #155169

Color information

#155169 (or 0x155169) is unknown color: approx Arapawa. HEX triplet: 15, 51 and 69. RGB value is (21,81,105). Sum of RGB (Red+Green+Blue) = 21+81+105=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #155169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155169 is #EAAE96. Grayscale: #414141. Windows color (decimal): -15380119 or 6902037. OLE color: 6902037.

HSL color Cylindrical-coordinate representation of color #155169: hue angle of 197.14º degrees, saturation: 0.67, 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 #155169 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2181105-
CMYK0.800.2300.59
HSL197.14º66.67%24.71%-
HSV(B)197.14º80%41.18%-
XYZ5.87.0614.42-
YUV65.8150.1296.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=10.14%
G=39.13%
B=50.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21811050.800.2300.59197.1466.6724.71
Hex155169501703Bc54319
Octal251211511202707330510331
Binary1010110100011101001101000010111011101111000101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155169; }

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

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

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

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

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

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

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

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