Html Css Color HEX #145173 Orient

📋 copy color: '#145173'

red 20 ◦ green 81 ◦ blue 115

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

Shades of Orient #145173

Tints of Orient #145173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

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

R = 9.26%
G = 37.5%
B = 53.24%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145173 (or 0x145173) is known color: Orient. HEX triplet: 14, 51 and 73. RGB value is (20,81,115). Sum of RGB (Red+Green+Blue) = 20+81+115=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #145173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145173 is #EBAE8C. Grayscale: #424242. Windows color (decimal): -15445645 or 7557396. OLE color: 7557396.

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

Color convert

RGB 20 81 115 -
CMYK 0.83 0.30 0 0.55
HSL 201.47º 0.7% 0.26% -
HSV(B) 201.47º 0.83% 0.45% -
XYZ 6.33 7.27 17.29 -
YUV 66.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 20 81 115 0.83 0.30 0 0.55 201.47 0.7 0.26
Hex 14 51 73 53 1E 0 37 C9 46 1A
Octal 24 121 163 123 36 0 67 311 106 32
Binary 10100 1010001 1110011 1010011 11110 0 110111 11001001 1000110 11010

Color Harmonies of #145173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145173

Black with #145173

Text Example


Text Example

White with #145173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145173; }

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

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

background-color css

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

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

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

border-color css

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

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

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