Html Css Color HEX #145055 Cyprus

📋 copy color: '#145055'

red 20 ◦ green 80 ◦ blue 85

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

Shades of Cyprus #145055

Tints of Cyprus #145055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 10.81%
G = 43.24%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#145055 (or 0x145055) is known color: Cyprus. HEX triplet: 14, 50 and 55. RGB value is (20,80,85). Sum of RGB (Red+Green+Blue) = 20+80+85=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #145055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145055 is #EBAFAA. Grayscale: #3E3E3E. Windows color (decimal): -15445931 or 5591060. OLE color: 5591060.

HSL color Cylindrical-coordinate representation of color #145055: hue angle of 184.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145055 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 80 85 -
CMYK 0.76 0.06 0 0.67
HSL 184.62º 0.62% 0.21% -
HSV(B) 184.62º 0.76% 0.33% -
XYZ 4.8 6.54 9.6 -
YUV 62.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 20 80 85 0.76 0.06 0 0.67 184.62 0.62 0.21
Hex 14 50 55 4C 6 0 43 B9 3E 15
Octal 24 120 125 114 6 0 103 271 76 25
Binary 10100 1010000 1010101 1001100 110 0 1000011 10111001 111110 10101

Color Harmonies of #145055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145055

Black with #145055

Text Example


Text Example

White with #145055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145055; }

 p { color: rgb(20,80,85); }

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

background-color css

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

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

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

border-color css

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

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

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