Html Css Color HEX #144B51 Cyprus

📋 copy color: '#144B51'

red 20 ◦ green 75 ◦ blue 81

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

Shades of Cyprus #144B51

Tints of Cyprus #144B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 11.36%
G = 42.61%
B = 46.02%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144B51 (or 0x144B51) is known color: Cyprus. HEX triplet: 14, 4B and 51. RGB value is (20,75,81). Sum of RGB (Red+Green+Blue) = 20+75+81=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #144B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B51 is #EBB4AE. Grayscale: #3B3B3B. Windows color (decimal): -15447215 or 5327636. OLE color: 5327636.

HSL color Cylindrical-coordinate representation of color #144B51: hue angle of 185.9º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144B51 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 75 81 -
CMYK 0.75 0.07 0 0.68
HSL 185.9º 0.6% 0.2% -
HSV(B) 185.9º 0.75% 0.32% -
XYZ 4.29 5.77 8.67 -
YUV 59.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 20 75 81 0.75 0.07 0 0.68 185.9 0.6 0.2
Hex 14 4B 51 4B 7 0 44 BA 3C 14
Octal 24 113 121 113 7 0 104 272 74 24
Binary 10100 1001011 1010001 1001011 111 0 1000100 10111010 111100 10100

Color Harmonies of #144B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B51

Black with #144B51

Text Example


Text Example

White with #144B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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