Html Css Color HEX #144848 Cyprus

📋 copy color: '#144848'

red 20 ◦ green 72 ◦ blue 72

#144848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #144848

Tints of Cyprus #144848

RGB

 RED value IS 20 (8.2% from 255) = 12.2%

 GREEN value IS 72 (28.52% from 255) = 43.9%

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 12.2%
G = 43.9%
B = 43.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#144848 (or 0x144848) is known color: Cyprus. HEX triplet: 14, 48 and 48. RGB value is (20,72,72). Sum of RGB (Red+Green+Blue) = 20+72+72=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #144848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144848 is #EBB7B7. Grayscale: #383838. Windows color (decimal): -15447992 or 4737044. OLE color: 4737044.

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

Color convert

RGB 20 72 72 -
CMYK 0.72 0 0 0.72
HSL 180º 0.57% 0.18% -
HSV(B) 180º 0.72% 0.28% -
XYZ 3.78 5.25 6.95 -
YUV 56.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 20 72 72 0.72 0 0 0.72 180 0.57 0.18
Hex 14 48 48 48 0 0 48 B4 39 12
Octal 24 110 110 110 0 0 110 264 71 22
Binary 10100 1001000 1001000 1001000 0 0 1001000 10110100 111001 10010

Color Harmonies of #144848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144848

Black with #144848

Text Example


Text Example

White with #144848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144848; }

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

 H1.HeaderClassName
 {
   color: #144848;
 }
 .AnyTagClassName
 {
   color: #144848;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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