Html Css Color HEX #145672 Orient

📋 copy color: '#145672'

red 20 ◦ green 86 ◦ blue 114

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

Shades of Orient #145672

Tints of Orient #145672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 9.09%
G = 39.09%
B = 51.82%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#145672 (or 0x145672) is known color: Orient. HEX triplet: 14, 56 and 72. RGB value is (20,86,114). Sum of RGB (Red+Green+Blue) = 20+86+114=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #145672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145672 is #EBA98D. Grayscale: #454545. Windows color (decimal): -15444366 or 7493140. OLE color: 7493140.

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

Color convert

RGB 20 86 114 -
CMYK 0.82 0.25 0 0.55
HSL 197.87º 0.7% 0.26% -
HSV(B) 197.87º 0.82% 0.45% -
XYZ 6.65 8.02 17.12 -
YUV 69.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 20 86 114 0.82 0.25 0 0.55 197.87 0.7 0.26
Hex 14 56 72 52 19 0 37 C6 46 1A
Octal 24 126 162 122 31 0 67 306 106 32
Binary 10100 1010110 1110010 1010010 11001 0 110111 11000110 1000110 11010

Color Harmonies of #145672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145672

Black with #145672

Text Example


Text Example

White with #145672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145672; }

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

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

background-color css

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

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

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

border-color css

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

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

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