#145365

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

Shades of Arapawa #145365

Tints of Arapawa #145365

Color information

#145365 (or 0x145365) is unknown color: approx Arapawa. HEX triplet: 14, 53 and 65. RGB value is (20,83,101). Sum of RGB (Red+Green+Blue) = 20+83+101=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #145365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145365 is #EBAC9A. Grayscale: #424242. Windows color (decimal): -15445147 or 6640404. OLE color: 6640404.

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

Color convert

RGB2083101-
CMYK0.800.1800.60
HSL193.33º66.94%23.73%-
HSV(B)193.33º80.2%39.61%-
XYZ5.737.2713.41-
YUV66.21147.6395.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=9.80%
G=40.69%
B=49.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20831010.800.1800.60193.3366.9423.73
Hex145365501203Cc14318
Octal241231451202207430110330
Binary1010010100111100101101000010010011110011000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145365; }

 p { color: rgb(20,83,101); }

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

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

 a { background-color: rgb(20,83,101); }

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

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

 span { border-color: rgb(20,83,101); }

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