Html Css Color HEX #145C73 Orient

📋 copy color: '#145C73'

red 20 ◦ green 92 ◦ blue 115

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

Shades of Orient #145C73

Tints of Orient #145C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 8.81%
G = 40.53%
B = 50.66%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145C73 (or 0x145C73) is known color: Orient. HEX triplet: 14, 5C and 73. RGB value is (20,92,115). Sum of RGB (Red+Green+Blue) = 20+92+115=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #145C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C73 is #EBA38C. Grayscale: #484848. Windows color (decimal): -15442829 or 7560212. OLE color: 7560212.

HSL color Cylindrical-coordinate representation of color #145C73: hue angle of 194.53º 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 #145C73 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 92 115 -
CMYK 0.83 0.20 0 0.55
HSL 194.53º 0.7% 0.26% -
HSV(B) 194.53º 0.83% 0.45% -
XYZ 7.21 9.04 17.58 -
YUV 73.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 20 92 115 0.83 0.20 0 0.55 194.53 0.7 0.26
Hex 14 5C 73 53 14 0 37 C3 46 1A
Octal 24 134 163 123 24 0 67 303 106 32
Binary 10100 1011100 1110011 1010011 10100 0 110111 11000011 1000110 11010

Color Harmonies of #145C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C73

Black with #145C73

Text Example


Text Example

White with #145C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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