Html Css Color HEX #145D73 Orient

📋 copy color: '#145D73'

red 20 ◦ green 93 ◦ blue 115

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

Shades of Orient #145D73

Tints of Orient #145D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 8.77%
G = 40.79%
B = 50.44%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145D73 (or 0x145D73) is known color: Orient. HEX triplet: 14, 5D and 73. RGB value is (20,93,115). Sum of RGB (Red+Green+Blue) = 20+93+115=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #145D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D73 is #EBA28C. Grayscale: #494949. Windows color (decimal): -15442573 or 7560468. OLE color: 7560468.

HSL color Cylindrical-coordinate representation of color #145D73: hue angle of 193.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145D73 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 93 115 -
CMYK 0.83 0.19 0 0.55
HSL 193.89º 0.7% 0.26% -
HSV(B) 193.89º 0.83% 0.45% -
XYZ 7.3 9.22 17.61 -
YUV 73.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 20 93 115 0.83 0.19 0 0.55 193.89 0.7 0.26
Hex 14 5D 73 53 13 0 37 C2 46 1A
Octal 24 135 163 123 23 0 67 302 106 32
Binary 10100 1011101 1110011 1010011 10011 0 110111 11000010 1000110 11010

Color Harmonies of #145D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D73

Black with #145D73

Text Example


Text Example

White with #145D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,93,115); }

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

background-color css

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

 a { background-color: rgb(20,93,115); }

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

border-color css

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

 span { border-color: rgb(20,93,115); }

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