Html Css Color HEX #145973 Orient

📋 copy color: '#145973'

red 20 ◦ green 89 ◦ blue 115

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

Shades of Orient #145973

Tints of Orient #145973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 8.93%
G = 39.73%
B = 51.34%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145973 (or 0x145973) is known color: Orient. HEX triplet: 14, 59 and 73. RGB value is (20,89,115). Sum of RGB (Red+Green+Blue) = 20+89+115=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #145973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145973 is #EBA68C. Grayscale: #474747. Windows color (decimal): -15443597 or 7559444. OLE color: 7559444.

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

Color convert

RGB 20 89 115 -
CMYK 0.83 0.23 0 0.55
HSL 196.42º 0.7% 0.26% -
HSV(B) 196.42º 0.83% 0.45% -
XYZ 6.96 8.53 17.5 -
YUV 71.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 20 89 115 0.83 0.23 0 0.55 196.42 0.7 0.26
Hex 14 59 73 53 17 0 37 C4 46 1A
Octal 24 131 163 123 27 0 67 304 106 32
Binary 10100 1011001 1110011 1010011 10111 0 110111 11000100 1000110 11010

Color Harmonies of #145973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145973

Black with #145973

Text Example


Text Example

White with #145973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145973; }

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

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

background-color css

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

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

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

border-color css

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

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

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