#144A52

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

Shades of Cyprus #144A52

Tints of Cyprus #144A52

Color information

#144A52 (or 0x144A52) is unknown color: approx Cyprus. HEX triplet: 14, 4A and 52. RGB value is (20,74,82). Sum of RGB (Red+Green+Blue) = 20+74+82=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #144A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A52 is #EBB5AD. Grayscale: #3A3A3A. Windows color (decimal): -15447470 or 5392916. OLE color: 5392916.

HSL color Cylindrical-coordinate representation of color #144A52: hue angle of 187.74º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144A52 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB207482-
CMYK0.760.1000.68
HSL187.74º60.78%20%-
HSV(B)187.74º75.61%32.16%-
XYZ4.265.668.85-
YUV58.77141.11100.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=11.36%
G=42.05%
B=46.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2074820.760.1000.68187.7460.7820
Hex144A524CA044bc3d14
Octal241121221141201042747524
Binary101001001010101001010011001010010001001011110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144A52; }

 p { color: rgb(20,74,82); }

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

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

 a { background-color: rgb(20,74,82); }

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

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

 span { border-color: rgb(20,74,82); }

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