Html Css Color HEX #145248 Cyprus

📋 copy color: '#145248'

red 20 ◦ green 82 ◦ blue 72

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

Shades of Cyprus #145248

Tints of Cyprus #145248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 11.49%
G = 47.13%
B = 41.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#145248 (or 0x145248) is known color: Cyprus. HEX triplet: 14, 52 and 48. RGB value is (20,82,72). Sum of RGB (Red+Green+Blue) = 20+82+72=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #145248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145248 is #EBADB7. Grayscale: #3E3E3E. Windows color (decimal): -15445432 or 4739604. OLE color: 4739604.

HSL color Cylindrical-coordinate representation of color #145248: hue angle of 170.32º 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 #145248 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 72 -
CMYK 0.76 0 0.12 0.68
HSL 170.32º 0.61% 0.2% -
HSV(B) 170.32º 0.76% 0.32% -
XYZ 4.48 6.65 7.18 -
YUV 62.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 20 82 72 0.76 0 0.12 0.68 170.32 0.61 0.2
Hex 14 52 48 4C 0 C 44 AA 3D 14
Octal 24 122 110 114 0 14 104 252 75 24
Binary 10100 1010010 1001000 1001100 0 1100 1000100 10101010 111101 10100

Color Harmonies of #145248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145248

Black with #145248

Text Example


Text Example

White with #145248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145248; }

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

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

background-color css

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

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

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

border-color css

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

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

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