Html Css Color HEX #144647 Cyprus

📋 copy color: '#144647'

red 20 ◦ green 70 ◦ blue 71

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

Shades of Cyprus #144647

Tints of Cyprus #144647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 12.42%
G = 43.48%
B = 44.1%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#144647 (or 0x144647) is known color: Cyprus. HEX triplet: 14, 46 and 47. RGB value is (20,70,71). Sum of RGB (Red+Green+Blue) = 20+70+71=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #144647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144647 is #EBB9B8. Grayscale: #373737. Windows color (decimal): -15448505 or 4670996. OLE color: 4670996.

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

Color convert

RGB 20 70 71 -
CMYK 0.72 0.01 0 0.72
HSL 181.18º 0.56% 0.18% -
HSV(B) 181.18º 0.72% 0.28% -
XYZ 3.62 4.98 6.73 -
YUV 55.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 20 70 71 0.72 0.01 0 0.72 181.18 0.56 0.18
Hex 14 46 47 48 1 0 48 B5 38 12
Octal 24 106 107 110 1 0 110 265 70 22
Binary 10100 1000110 1000111 1001000 1 0 1001000 10110101 111000 10010

Color Harmonies of #144647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144647

Black with #144647

Text Example


Text Example

White with #144647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144647; }

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

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

background-color css

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

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

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

border-color css

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

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

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