Html Css Color HEX #145253 Cyprus

📋 copy color: '#145253'

red 20 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #145253

Tints of Cyprus #145253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 10.81%
G = 44.32%
B = 44.86%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#145253 (or 0x145253) is known color: Cyprus. HEX triplet: 14, 52 and 53. RGB value is (20,82,83). Sum of RGB (Red+Green+Blue) = 20+82+83=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #145253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145253 is #EBADAC. Grayscale: #3F3F3F. Windows color (decimal): -15445421 or 5460500. OLE color: 5460500.

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

Color convert

RGB 20 82 83 -
CMYK 0.76 0.01 0 0.67
HSL 180.95º 0.61% 0.2% -
HSV(B) 180.95º 0.76% 0.33% -
XYZ 4.87 6.81 9.24 -
YUV 63.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 20 82 83 0.76 0.01 0 0.67 180.95 0.61 0.2
Hex 14 52 53 4C 1 0 43 B5 3D 14
Octal 24 122 123 114 1 0 103 265 75 24
Binary 10100 1010010 1010011 1001100 1 0 1000011 10110101 111101 10100

Color Harmonies of #145253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145253

Black with #145253

Text Example


Text Example

White with #145253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145253; }

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

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

background-color css

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

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

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

border-color css

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

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

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