#155268

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

Shades of Arapawa #155268

Tints of Arapawa #155268

Color information

#155268 (or 0x155268) is unknown color: approx Arapawa. HEX triplet: 15, 52 and 68. RGB value is (21,82,104). Sum of RGB (Red+Green+Blue) = 21+82+104=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #155268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155268 is #EAAD97. Grayscale: #424242. Windows color (decimal): -15379864 or 6836757. OLE color: 6836757.

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

Color convert

RGB2182104-
CMYK0.800.2100.59
HSL195.9º66.4%24.51%-
HSV(B)195.9º79.81%40.78%-
XYZ5.837.1914.18-
YUV66.27149.2995.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=10.14%
G=39.61%
B=50.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21821040.800.2100.59195.966.424.51
Hex155268501503Bc44219
Octal251221501202507330410231
Binary1010110100101101000101000010101011101111000100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155268; }

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

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

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

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

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

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

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

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