Html Css Color HEX #145A4D Evening Sea

📋 copy color: '#145A4D'

red 20 ◦ green 90 ◦ blue 77

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

Shades of Evening Sea #145A4D

Tints of Evening Sea #145A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.13%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 10.7%
G = 48.13%
B = 41.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#145A4D (or 0x145A4D) is known color: Evening Sea. HEX triplet: 14, 5A and 4D. RGB value is (20,90,77). Sum of RGB (Red+Green+Blue) = 20+90+77=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #145A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A4D is #EBA5B2. Grayscale: #434343. Windows color (decimal): -15443379 or 5069332. OLE color: 5069332.

HSL color Cylindrical-coordinate representation of color #145A4D: hue angle of 168.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A4D is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 90 77 -
CMYK 0.78 0 0.14 0.65
HSL 168.86º 0.64% 0.22% -
HSV(B) 168.86º 0.78% 0.35% -
XYZ 5.28 8 8.29 -
YUV 67.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 20 90 77 0.78 0 0.14 0.65 168.86 0.64 0.22
Hex 14 5A 4D 4E 0 E 41 A9 40 16
Octal 24 132 115 116 0 16 101 251 100 26
Binary 10100 1011010 1001101 1001110 0 1110 1000001 10101001 1000000 10110

Color Harmonies of #145A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A4D

Black with #145A4D

Text Example


Text Example

White with #145A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145A4D; }

 p { color: rgb(20,90,77); }

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

background-color css

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

 a { background-color: rgb(20,90,77); }

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

border-color css

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

 span { border-color: rgb(20,90,77); }

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