#144648

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

Shades of Cyprus #144648

Tints of Cyprus #144648

Color information

#144648 (or 0x144648) is unknown color: approx Cyprus. HEX triplet: 14, 46 and 48. RGB value is (20,70,72). Sum of RGB (Red+Green+Blue) = 20+70+72=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #144648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144648 is #EBB9B7. Grayscale: #373737. Windows color (decimal): -15448504 or 4736532. OLE color: 4736532.

HSL color Cylindrical-coordinate representation of color #144648: hue angle of 182.31º 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 #144648 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB207072-
CMYK0.720.0300.72
HSL182.31º56.52%18.04%-
HSV(B)182.31º72.22%28.24%-
XYZ3.6556.9-
YUV55.28137.44102.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=12.35%
G=43.21%
B=44.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2070720.720.0300.72182.3156.5218.04
Hex144648483048b63912
Octal24106110110301102667122
Binary1010010001101001000100100011010010001011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144648; }

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

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

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

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

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

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

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

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