Html Css Color HEX #145A73 Orient

📋 copy color: '#145A73'

red 20 ◦ green 90 ◦ blue 115

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

Shades of Orient #145A73

Tints of Orient #145A73

RGB

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

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

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

R = 8.89%
G = 40%
B = 51.11%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145A73 (or 0x145A73) is known color: Orient. HEX triplet: 14, 5A and 73. RGB value is (20,90,115). Sum of RGB (Red+Green+Blue) = 20+90+115=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #145A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A73 is #EBA58C. Grayscale: #474747. Windows color (decimal): -15443341 or 7559700. OLE color: 7559700.

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

Color convert

RGB 20 90 115 -
CMYK 0.83 0.22 0 0.55
HSL 195.79º 0.7% 0.26% -
HSV(B) 195.79º 0.83% 0.45% -
XYZ 7.04 8.7 17.53 -
YUV 71.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 20 90 115 0.83 0.22 0 0.55 195.79 0.7 0.26
Hex 14 5A 73 53 16 0 37 C4 46 1A
Octal 24 132 163 123 26 0 67 304 106 32
Binary 10100 1011010 1110011 1010011 10110 0 110111 11000100 1000110 11010

Color Harmonies of #145A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A73

Black with #145A73

Text Example


Text Example

White with #145A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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