#145567

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

Shades of Orient #145567

Tints of Orient #145567

Color information

#145567 (or 0x145567) is unknown color: approx Orient. HEX triplet: 14, 55 and 67. RGB value is (20,85,103). Sum of RGB (Red+Green+Blue) = 20+85+103=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #145567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145567 is #EBAA98. Grayscale: #434343. Windows color (decimal): -15444633 or 6771988. OLE color: 6771988.

HSL color Cylindrical-coordinate representation of color #145567: hue angle of 193.01º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145567 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2085103-
CMYK0.810.1700.60
HSL193.01º67.48%24.12%-
HSV(B)193.01º80.58%40.39%-
XYZ5.997.6213.99-
YUV67.62147.9794.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=9.62%
G=40.87%
B=49.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20851030.810.1700.60193.0167.4824.12
Hex145567511103Cc14318
Octal241251471212107430110330
Binary1010010101011100111101000110001011110011000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145567; }

 p { color: rgb(20,85,103); }

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

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

 a { background-color: rgb(20,85,103); }

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

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

 span { border-color: rgb(20,85,103); }

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