Html Css Color HEX #144B44 Cyprus

📋 copy color: '#144B44'

red 20 ◦ green 75 ◦ blue 68

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

Shades of Cyprus #144B44

Tints of Cyprus #144B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.01%

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 12.27%
G = 46.01%
B = 41.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#144B44 (or 0x144B44) is known color: Cyprus. HEX triplet: 14, 4B and 44. RGB value is (20,75,68). Sum of RGB (Red+Green+Blue) = 20+75+68=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #144B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B44 is #EBB4BB. Grayscale: #393939. Windows color (decimal): -15447228 or 4475668. OLE color: 4475668.

HSL color Cylindrical-coordinate representation of color #144B44: hue angle of 172.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B44 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 75 68 -
CMYK 0.73 0 0.09 0.71
HSL 172.36º 0.58% 0.19% -
HSV(B) 172.36º 0.73% 0.29% -
XYZ 3.85 5.6 6.35 -
YUV 57.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 20 75 68 0.73 0 0.09 0.71 172.36 0.58 0.19
Hex 14 4B 44 49 0 9 47 AC 3A 13
Octal 24 113 104 111 0 11 107 254 72 23
Binary 10100 1001011 1000100 1001001 0 1001 1000111 10101100 111010 10011

Color Harmonies of #144B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B44

Black with #144B44

Text Example


Text Example

White with #144B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,75,68); }

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

background-color css

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

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

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

border-color css

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

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

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