#145051

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

Shades of Cyprus #145051

Tints of Cyprus #145051

Color information

#145051 (or 0x145051) is unknown color: approx Cyprus. HEX triplet: 14, 50 and 51. RGB value is (20,80,81). Sum of RGB (Red+Green+Blue) = 20+80+81=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #145051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145051 is #EBAFAE. Grayscale: #3E3E3E. Windows color (decimal): -15445935 or 5328916. OLE color: 5328916.

HSL color Cylindrical-coordinate representation of color #145051: hue angle of 180.98º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145051 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB208081-
CMYK0.750.0100.68
HSL180.98º60.4%19.8%-
HSV(B)180.98º75.31%31.76%-
XYZ4.646.488.79-
YUV62.17138.6297.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=11.05%
G=44.20%
B=44.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2080810.750.0100.68180.9860.419.8
Hex1450514B1044b53c14
Octal24120121113101042657424
Binary101001010000101000110010111010001001011010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145051; }

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

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

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

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

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

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

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

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