Html Css Color HEX #144B52 Cyprus

📋 copy color: '#144B52'

red 20 ◦ green 75 ◦ blue 82

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

Shades of Cyprus #144B52

Tints of Cyprus #144B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.33%

R = 11.3%
G = 42.37%
B = 46.33%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144B52 (or 0x144B52) is known color: Cyprus. HEX triplet: 14, 4B and 52. RGB value is (20,75,82). Sum of RGB (Red+Green+Blue) = 20+75+82=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #144B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B52 is #EBB4AD. Grayscale: #3B3B3B. Windows color (decimal): -15447214 or 5393172. OLE color: 5393172.

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

Color convert

RGB 20 75 82 -
CMYK 0.76 0.09 0 0.68
HSL 186.77º 0.61% 0.2% -
HSV(B) 186.77º 0.76% 0.32% -
XYZ 4.33 5.79 8.87 -
YUV 59.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 20 75 82 0.76 0.09 0 0.68 186.77 0.61 0.2
Hex 14 4B 52 4C 9 0 44 BB 3D 14
Octal 24 113 122 114 11 0 104 273 75 24
Binary 10100 1001011 1010010 1001100 1001 0 1000100 10111011 111101 10100

Color Harmonies of #144B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B52

Black with #144B52

Text Example


Text Example

White with #144B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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