#155068

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

Shades of Arapawa #155068

Tints of Arapawa #155068

Color information

#155068 (or 0x155068) is unknown color: approx Arapawa. HEX triplet: 15, 50 and 68. RGB value is (21,80,104). Sum of RGB (Red+Green+Blue) = 21+80+104=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 80 (31.64% from 255 or 39.02% 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 #155068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155068 is #EAAF97. Grayscale: #404040. Windows color (decimal): -15380376 or 6836245. OLE color: 6836245.

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

Color convert

RGB2180104-
CMYK0.800.2300.59
HSL197.35º66.4%24.51%-
HSV(B)197.35º79.81%40.78%-
XYZ5.686.914.13-
YUV65.09149.9596.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=10.24%
G=39.02%
B=50.73%

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
Decimal21801040.800.2300.59197.3566.424.51
Hex155068501703Bc54219
Octal251201501202707330510231
Binary1010110100001101000101000010111011101111000101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155068; }

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

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

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

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

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

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

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

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