#154F69

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

Shades of Arapawa #154F69

Tints of Arapawa #154F69

Color information

#154F69 (or 0x154F69) is unknown color: approx Arapawa. HEX triplet: 15, 4F and 69. RGB value is (21,79,105). Sum of RGB (Red+Green+Blue) = 21+79+105=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #154F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F69 is #EAB096. Grayscale: #404040. Windows color (decimal): -15380631 or 6901525. OLE color: 6901525.

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

Color convert

RGB2179105-
CMYK0.800.2500.59
HSL198.57º66.67%24.71%-
HSV(B)198.57º80%41.18%-
XYZ5.666.7714.37-
YUV64.62150.7896.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=10.24%
G=38.54%
B=51.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21791050.800.2500.59198.5766.6724.71
Hex154F69501903Bc74319
Octal251171511203107330710331
Binary1010110011111101001101000011001011101111000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F69; }

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

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

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

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

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

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

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

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