Html Css Color HEX #145071 Orient

📋 copy color: '#145071'

red 20 ◦ green 80 ◦ blue 113

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

Shades of Orient #145071

Tints of Orient #145071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 9.39%
G = 37.56%
B = 53.05%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145071 (or 0x145071) is known color: Orient. HEX triplet: 14, 50 and 71. RGB value is (20,80,113). Sum of RGB (Red+Green+Blue) = 20+80+113=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #145071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145071 is #EBAF8E. Grayscale: #414141. Windows color (decimal): -15445903 or 7426068. OLE color: 7426068.

HSL color Cylindrical-coordinate representation of color #145071: hue angle of 201.29º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145071 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 80 113 -
CMYK 0.82 0.29 0 0.56
HSL 201.29º 0.7% 0.26% -
HSV(B) 201.29º 0.82% 0.44% -
XYZ 6.14 7.08 16.67 -
YUV 65.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 20 80 113 0.82 0.29 0 0.56 201.29 0.7 0.26
Hex 14 50 71 52 1D 0 38 C9 46 1A
Octal 24 120 161 122 35 0 70 311 106 32
Binary 10100 1010000 1110001 1010010 11101 0 111000 11001001 1000110 11010

Color Harmonies of #145071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145071

Black with #145071

Text Example


Text Example

White with #145071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145071; }

 p { color: rgb(20,80,113); }

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

background-color css

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

 a { background-color: rgb(20,80,113); }

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

border-color css

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

 span { border-color: rgb(20,80,113); }

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