#145069

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

Shades of Arapawa #145069

Tints of Arapawa #145069

Color information

#145069 (or 0x145069) is unknown color: approx Arapawa. HEX triplet: 14, 50 and 69. RGB value is (20,80,105). Sum of RGB (Red+Green+Blue) = 20+80+105=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 80 (31.64% from 255 or 39.02% 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 #145069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145069 is #EBAF96. Grayscale: #404040. Windows color (decimal): -15445911 or 6901780. OLE color: 6901780.

HSL color Cylindrical-coordinate representation of color #145069: hue angle of 197.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145069 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2080105-
CMYK0.810.2400.59
HSL197.65º68%24.51%-
HSV(B)197.65º80.95%41.18%-
XYZ5.716.9114.4-
YUV64.91150.6295.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=9.76%
G=39.02%
B=51.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20801050.810.2400.59197.656824.51
Hex145069511803Bc64419
Octal241201511213007330610431
Binary1010010100001101001101000111000011101111000110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145069; }

 p { color: rgb(20,80,105); }

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

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

 a { background-color: rgb(20,80,105); }

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

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

 span { border-color: rgb(20,80,105); }

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