Html Css Color HEX #145473 Orient

📋 copy color: '#145473'

red 20 ◦ green 84 ◦ blue 115

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

Shades of Orient #145473

Tints of Orient #145473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 9.13%
G = 38.36%
B = 52.51%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145473 (or 0x145473) is known color: Orient. HEX triplet: 14, 54 and 73. RGB value is (20,84,115). Sum of RGB (Red+Green+Blue) = 20+84+115=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #145473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145473 is #EBAB8C. Grayscale: #444444. Windows color (decimal): -15444877 or 7558164. OLE color: 7558164.

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

Color convert

RGB 20 84 115 -
CMYK 0.83 0.27 0 0.55
HSL 199.58º 0.7% 0.26% -
HSV(B) 199.58º 0.83% 0.45% -
XYZ 6.55 7.73 17.37 -
YUV 68.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 20 84 115 0.83 0.27 0 0.55 199.58 0.7 0.26
Hex 14 54 73 53 1B 0 37 C8 46 1A
Octal 24 124 163 123 33 0 67 310 106 32
Binary 10100 1010100 1110011 1010011 11011 0 110111 11001000 1000110 11010

Color Harmonies of #145473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145473

Black with #145473

Text Example


Text Example

White with #145473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145473; }

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

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

background-color css

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

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

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

border-color css

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

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

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