#145068

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

Shades of Arapawa #145068

Tints of Arapawa #145068

Color information

#145068 (or 0x145068) is unknown color: approx Arapawa. HEX triplet: 14, 50 and 68. RGB value is (20,80,104). Sum of RGB (Red+Green+Blue) = 20+80+104=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #145068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145068 is #EBAF97. Grayscale: #404040. Windows color (decimal): -15445912 or 6836244. OLE color: 6836244.

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

Color convert

RGB2080104-
CMYK0.810.2300.59
HSL197.14º67.74%24.31%-
HSV(B)197.14º80.77%40.78%-
XYZ5.666.8914.13-
YUV64.8150.1296.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=9.80%
G=39.22%
B=50.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20801040.810.2300.59197.1467.7424.31
Hex145068511703Bc54418
Octal241201501212707330510430
Binary1010010100001101000101000110111011101111000101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145068; }

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

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

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

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

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

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

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

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