#145467

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

Shades of Arapawa #145467

Tints of Arapawa #145467

Color information

#145467 (or 0x145467) is unknown color: approx Arapawa. HEX triplet: 14, 54 and 67. RGB value is (20,84,103). Sum of RGB (Red+Green+Blue) = 20+84+103=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #145467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145467 is #EBAB98. Grayscale: #424242. Windows color (decimal): -15444889 or 6771732. OLE color: 6771732.

HSL color Cylindrical-coordinate representation of color #145467: hue angle of 193.73º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145467 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2084103-
CMYK0.810.1800.60
HSL193.73º67.48%24.12%-
HSV(B)193.73º80.58%40.39%-
XYZ5.917.4713.96-
YUV67.03148.394.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=9.66%
G=40.58%
B=49.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20841030.810.1800.60193.7367.4824.12
Hex145467511203Cc24318
Octal241241471212207430210330
Binary1010010101001100111101000110010011110011000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145467; }

 p { color: rgb(20,84,103); }

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

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

 a { background-color: rgb(20,84,103); }

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

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

 span { border-color: rgb(20,84,103); }

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