#145674

Color #145674 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #145674

Tints of Orient #145674

Color information

#145674 (or 0x145674) is unknown color: approx Orient. HEX triplet: 14, 56 and 74. RGB value is (20,86,116). Sum of RGB (Red+Green+Blue) = 20+86+116=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #145674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145674 is #EBA98B. Grayscale: #454545. Windows color (decimal): -15444364 or 7624212. OLE color: 7624212.

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

Color convert

RGB2086116-
CMYK0.830.2600.55
HSL198.75º70.59%26.67%-
HSV(B)198.75º82.76%45.49%-
XYZ6.778.0717.72-
YUV69.69154.1392.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=9.01%
G=38.74%
B=52.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20861160.830.2600.55198.7570.5926.67
Hex145674531A037c7471b
Octal241261641233206730710733
Binary1010010101101110100101001111010011011111000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145674; }

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

 H1.HeaderClassName
 {
   color: #145674;
 }
 .AnyTagClassName
 {
   color: #145674;
 }
</style>
background-color css

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

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

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

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

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

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