Html Css Color HEX #145671 Orient

📋 copy color: '#145671'

red 20 ◦ green 86 ◦ blue 113

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

Shades of Orient #145671

Tints of Orient #145671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

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

R = 9.13%
G = 39.27%
B = 51.6%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#145671 (or 0x145671) is known color: Orient. HEX triplet: 14, 56 and 71. RGB value is (20,86,113). Sum of RGB (Red+Green+Blue) = 20+86+113=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #145671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145671 is #EBA98E. Grayscale: #454545. Windows color (decimal): -15444367 or 7427604. OLE color: 7427604.

HSL color Cylindrical-coordinate representation of color #145671: hue angle of 197.42º 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 #145671 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 86 113 -
CMYK 0.82 0.24 0 0.56
HSL 197.42º 0.7% 0.26% -
HSV(B) 197.42º 0.82% 0.44% -
XYZ 6.6 8 16.82 -
YUV 69.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 20 86 113 0.82 0.24 0 0.56 197.42 0.7 0.26
Hex 14 56 71 52 18 0 38 C5 46 1A
Octal 24 126 161 122 30 0 70 305 106 32
Binary 10100 1010110 1110001 1010010 11000 0 111000 11000101 1000110 11010

Color Harmonies of #145671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145671

Black with #145671

Text Example


Text Example

White with #145671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145671; }

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

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

background-color css

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

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

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

border-color css

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

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

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