#144748

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

Shades of Cyprus #144748

Tints of Cyprus #144748

Color information

#144748 (or 0x144748) is unknown color: approx Cyprus. HEX triplet: 14, 47 and 48. RGB value is (20,71,72). Sum of RGB (Red+Green+Blue) = 20+71+72=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #144748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144748 is #EBB8B7. Grayscale: #373737. Windows color (decimal): -15448248 or 4736788. OLE color: 4736788.

HSL color Cylindrical-coordinate representation of color #144748: hue angle of 181.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144748 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB207172-
CMYK0.720.0100.72
HSL181.15º56.52%18.04%-
HSV(B)181.15º72.22%28.24%-
XYZ3.715.126.92-
YUV55.86137.1102.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=12.27%
G=43.56%
B=44.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071720.720.0100.72181.1556.5218.04
Hex144748481048b53912
Octal24107110110101102657122
Binary101001000111100100010010001010010001011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144748; }

 p { color: rgb(20,71,72); }

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

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

 a { background-color: rgb(20,71,72); }

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

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

 span { border-color: rgb(20,71,72); }

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