#155067

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

Shades of Arapawa #155067

Tints of Arapawa #155067

Color information

#155067 (or 0x155067) is unknown color: approx Arapawa. HEX triplet: 15, 50 and 67. RGB value is (21,80,103). Sum of RGB (Red+Green+Blue) = 21+80+103=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #155067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155067 is #EAAF98. Grayscale: #404040. Windows color (decimal): -15380377 or 6770709. OLE color: 6770709.

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

Color convert

RGB2180103-
CMYK0.800.2200.60
HSL196.83º66.13%24.31%-
HSV(B)196.83º79.61%40.39%-
XYZ5.636.8813.86-
YUV64.98149.4596.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=10.29%
G=39.22%
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.60
SystemRedGreenBlueCMYKHSL
Decimal21801030.800.2200.60196.8366.1324.31
Hex155067501603Cc54218
Octal251201471202607430510230
Binary1010110100001100111101000010110011110011000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155067; }

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

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

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

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

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

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

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

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