#155267

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

Shades of Arapawa #155267

Tints of Arapawa #155267

Color information

#155267 (or 0x155267) is unknown color: approx Arapawa. HEX triplet: 15, 52 and 67. RGB value is (21,82,103). Sum of RGB (Red+Green+Blue) = 21+82+103=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #155267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155267 is #EAAD98. Grayscale: #424242. Windows color (decimal): -15379865 or 6771221. OLE color: 6771221.

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

Color convert

RGB2182103-
CMYK0.800.2000.60
HSL195.37º66.13%24.31%-
HSV(B)195.37º79.61%40.39%-
XYZ5.777.1713.91-
YUV66.16148.7995.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 103 (40.62% from 255) = 50%
R=10.19%
G=39.81%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21821030.800.2000.60195.3766.1324.31
Hex155267501403Cc34218
Octal251221471202407430310230
Binary1010110100101100111101000010100011110011000011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155267; }

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

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

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

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

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

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

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

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